Oke i want to make a script that wil automaticly identifie me when i connect to a server (rizon), and only afther i have been identified i want to join some channels automaticly. this is what i got so far

Code:
ON *:START: { 
  server irc.rizon.net
}

on *:connect:{
  if ($network == rizon) { /nickserv identify pass }
  if ($network == rizon) { /join #channel1}


}  


as you can see i am a noob at this so please keep it simple for me :tongue: