mIRC Homepage
Posted By: MaxeY Change nick on Notify - 15/06/04 11:24 PM
Hi! I've ran into some troubles with some guy who stole my nick. It seems it's a bot, so no way I can get in contact with the owner. I made script that would take his nick when he logged off, using notify. But for some reason it didn't work. Any help or new ideas would be greatly appreciated smile

Here's the code that didn't work:
raw 303:*:{
if (NickHere isin $1-) { halt }
else { .nick NickHere }
halt
}
Posted By: The_Game Re: Change nick on Notify - 16/06/04 12:45 AM
If you have this person/bot in your notify list you can use this code and it should do the trick.

Code:
On *:Unotify: {
  if ($nick == NickHere) {
    nick NickHere
  }
}


Hope it helps! By the way if the network has some sort of nickname registration service such as NickServ, maybe you should look into registering your nick. Again hope it helps.
Posted By: MaxeY Re: Change nick on Notify - 16/06/04 06:07 AM
I'll try that then! smile Didn't think of that... *bang head in desk* :P
I'm on EFnet, so no NickServ there unfortunately... :\
But thanks a bunch! smile
Posted By: The_Game Re: Change nick on Notify - 16/06/04 07:15 PM
As I said it should get what you need done. Glad I could be of some help! smile
© mIRC Discussion Forums