Page 1 of 1

[6.04] * /if: invalid format (line 7139, gamersirc.grc)

Posted: 11.07.2012 08:44
by chris1
Bug:
You see this error message in the status window:
* /if: invalid format (line 7139, gamersirc.grc)
Solution:
Open the mIRC script editor (Alt+R) with gamersirc.grc, scroll to line 7139:

Code: Select all

  if ($left($2,1) == $chr(42)) || ($2 == %haltraw401) || ($2 == -psyBNC)) { haltdef }
Replace that by:

Code: Select all

  if (($left($2,1) == $chr(42)) || ($2 == %haltraw401) || ($2 == -psyBNC)) { haltdef }
Status:
Fixed in the next Gamers.IRC version.

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