Originally posted by Cascul
That works fine if you just want to join straight off, but sometimes you want your nick to identify first so the channel can give you ops, voice, etc.
on *:NOTICE:*Password accepted - you are now recognized.*:?: {
if ($nick == NickServ) && ($network == WyldRyde) {
join #chan1, #chan2
}
}Use this with the auto identify script that is posted here and you will auto join all your channels right as soon as you connect