bind pubm - !say pubm:!say
proc pubm:!say {nick host handle chan phrase} {
set what [lrange $text 0 end]
putserv "PRIVMSG $nick :$what"
}
can some1 tell me what is wrong with this
1. you bind to PUBM. For a keyword binding such as !say, bind to PUB instead.datarecall wrote:bind pubm - !say pubm:!say
proc pubm:!say {nick host handle chan phrase} {
set what [lrange $text 0 end]
putserv "PRIVMSG $nick :$what"
}
can some1 tell me what is wrong with this