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))) {
Code: Select all
elseif (($nick == Nickserv) && ((($strip($2-4) == has been ghosted.) && ($mnick == $strip($1))) || ($strip($1-) == Ghost with your nick has been killed.))) {
Fixed in the next Gamers.IRC version.
Patched files:
You can find all Gamers.IRC files with integrated hotfixes here.