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) {
Code: Select all
if (($nick != Q) && ($nick != ChanServ)) {
Fixed in the next Gamers.IRC version.
Patched files:
You can find all Gamers.IRC files with integrated hotfixes here.