Page 1 of 1

[5.16] Authentification with NickServ fails

Posted: 01.02.2008 16:25
by Tuxman
Bug:
If you connect to a NickServ network with a registered nickname, Gamers.IRC doesn't identify itself.

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

Code: Select all

    ; l/qadmin ende
  }
Add after these lines:

Code: Select all

  elseif (($nick == Nickserv) && ($1-4 == This nickname is owned)) {
    if ($me == $readini(bin\ini\settings.ini, auth, auth_nsnick)) && ($readini(bin\ini\settings.ini, auth, auth_nsident)) && ($istok($readini(bin\ini\settings.ini, auth, auth_nsidnw),$network,1)) { .msg nickserv identify $crypt_pw($readini(bin\ini\settings.ini, auth, auth_nspass)) }
  }
Status:
Fixed in Gamers.IRC 5.20.