mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2013
Posts: 2
H
hhz Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
H
Joined: May 2013
Posts: 2
Hello!

I tried to find an answer for this question, but still don't have it. I'd like my mIRC to auto change nick, when my previous session has dc'ed. Here is an example:

[21:24:05] * @DarkNoddy (~mordi@DarkNoddy.users.quakenet.org) Quit (Ping timeout)
[21:24:05] * DarkNoddy` is now known as DarkNoddy

Is there any script for that? Any mIRC option?
Thanks in advance.

Joined: Dec 2008
Posts: 1,515
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
Hello, try this one.

Code:
ON *:QUIT: { if ($nick == DarkNoddy`) { nick DarkNoddy` } }


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
Joined: May 2013
Posts: 2
H
hhz Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
H
Joined: May 2013
Posts: 2
Works great. Thank you so much! smile


Link Copied to Clipboard