Page 1 of 1

[5.32] Thanks for voice

Posted: 31.07.2010 08:38
by chris1
Bug: Thanks for voice
Thanks for voice did not work.
Possible errer message in the status window: * /if: invalid format (line 6346, gamersirc.grc)

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

Code: Select all

    if (($network == QuakeNet && $nick != Q) && ($nick != ChanServ) {
Replace that by:

Code: Select all

    if (($nick != Q) && ($nick != ChanServ)) {
Status:
Fixed in the next Gamers.IRC version.

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