Page 1 of 1

[6.05] Nickserv Ghost kill: auto-nickchange

Posted: 19.11.2012 01:33
by chris1
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.