I have a tcl may be it has errors.. i want yo modify something but i need some help..
set add_chans "#mychan #help"
bind pubm - "*how*login*" how_login
proc how_login { nick uhost hand chan arg } {
global add_chans
putserv "PRIVMSG $add_chans :The anwers here"
}
My bot is on seven channels, but I want to my script be active in that two channels only.. but for example my bot is on #test and when somebody type "how to login" the bot say the anwer in #mychan and #help... any ideas how to fix it? Sorry for my english :/