Why would you ever need that? The script should look something like: bind join - * join:proc proc join:proc {nick uhost hand chan} { if {[isbotnick $nick]} { putserv "PRIVMSG target :message" } } But anyway, the bot would then msg the target everytime it joins a channel (you want it only w...