Code:
on *:start:{
  server irc.rizon.net
}
on *:connect:{
  if ($network == rizon) {
    nickserv identify pass
    join #channel1,#channel2,#channel3
  }
}


You can join multiple channels using a comma.

If the channel has a key you'll need to add it after the #channel names.

e.g. #channel1,#channel2,#channel3 key

The same principle would apply for keys also: key1,key2,key3,...

Last edited by Jigsy; 24/11/06 03:51 PM.