I didn't read the hole post, So then try this:

Code:
ON *:CONNECT: {
  if ($server == irc.testserver.net) {
    nick testnick
    .msg NickServ IDENTIFY 12345
    timer 1 3 join #mychan1,#mychan2
    timer 1 4 mode #channel +abc
  }
}


Edit: There are more way's to do that you want, Just i gave you the more simple way that i know until now.

Last edited by westor; 24/06/09 10:01 PM.