[6.05] Nickserv Ghost kill: auto-nickchange

Hotfixes for outdated Gamers.IRC versions.
chris1
Administrator
Posts: 3029
Joined: 11.09.2003 20:17
Status: Gamers.IRC Coder

[6.05] Nickserv Ghost kill: auto-nickchange

Unread postby chris1 » 19.11.2012 01:33

Bug:
Once your nick is killed by nickserv, the nickchange does not work everytime.

Solution:
Open the mIRC script editor (Alt+R) with gamersirc.grc, scroll to line 6276:

Code: Select all

  elseif (($nick == Nickserv) && ($strip($2-4) == has been ghosted.) && ($mnick == $strip($1))) {
Replace that by:

Code: Select all

  elseif (($nick == Nickserv) && ((($strip($2-4) == has been ghosted.) && ($mnick == $strip($1))) || ($strip($1-) == Ghost with your nick has been killed.))) {
Status:
Fixed in the next Gamers.IRC version.

Patched files:
You can find all Gamers.IRC files with integrated hotfixes here.

Who is online

Users browsing this forum: No registered users and 3 guests