i added the info line for users along with the channel names but hte bots never sent any greets to them once they join. i also enabled the +greet option for the channel.
any idea
Code: Select all
bind NICK - * offnick
proc offnick {nick uhost hand text} {
if {$botnick == botoff } {
putserv "PRIVMSG $chan I'm off"
}
}