Page 1 of 1

[5.20] Automatic auth in freenode.net doesn't work anymore

Posted: 31.05.2008 20:56
by Tuxman
Bug:
Gamers.IRC doesn't automatically register with NickServ in the freenode.net network anymore. This is due a NickServ update by their staff.

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

Code: Select all

($1-4 == This nickname is owned)
Replace that by:

Code: Select all

(($1-4 == This nickname is owned) || ($1-4 == This nickname is registered.))
So the whole line should read as follows:

Code: Select all

elseif (($nick == Nickserv) && (($1-4 == This nickname is owned) || ($1-4 == This nickname is registered.))) {
Status:
Fixed in Gamers.IRC 5.21.