ok.. I'm still can't get it to work.. here is the full script:


Code:
on *:connect: { 
  if ($network == <network>) { 
    .nick <mynick>
    on *:SNOTICE:*This nickname is registered*:?:{ if ($nick == nickserv) { msg nickserv identify <mypassword } }
    .timer 1 20 .join #channel 
  }