Hi there all..... smile

I have a slight problem i need help with....

On occaision my Bot server is ping'ing out which in it'self isn't a problem, but when it happens my Bot is changing it's nick from ^Merlin to Corner_Lurker.
Upon some research i found this snippet which i thought would autochange my nick in this event...
Code:
on 1:CONNECT: {
  if ($me != NICKHERE) {
    nick NICKHERE
    msg nickserv IDENTIFY PASSHERE
   }
  else { 
    msg nickserv IDENTIFY PASSHERE
   }
}

my problem is it doesn't seem to work.....

Could anyone assist me in this matter please.

Eternally greatfull.....

Thanks in advance. smile


Never ASSUME!!!

As it often makes and ASS out of U and ME!!