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


You could always try something like that.


What do you do at the end of the world? Are you busy? Will you save us?