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


So yes.


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