Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.23 KB | None | 0 0
  1. bind pub -|- !comandos procedureComandos
  2.  
  3. proc procedureComandos {nick uhost hand chan arg} {
  4.      putmsg $chan "Menssagem que vai aparecer quando usarem o comando !comandos"
  5.      putmsg $chan "segunda msg que vai ser mandada"
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement