Page 1 of 1

[6.06] Funstuff: Winking/Zwinkernd

Posted: 09.07.2013 22:29
by chris1
Bug:
"* /elseif: invalid format (line 3150, gamersirc.grc)" in the stuats window if you use this funstuff.

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

Code: Select all

    elseif ($did(funstuff,45).seltext == Zwinkernd || elseif ($did(funstuff,45).seltext == Winking) { noop $init_lang(-p,FSEntries,614) }
Replace that by:

Code: Select all

    elseif ($did(funstuff,45).seltext == Zwinkernd || $did(funstuff,45).seltext == Winking) { noop $init_lang(-p,FSEntries,614) }
So the whole part should look as follows:

Code: Select all

    elseif ($did(funstuff,45).seltext == Verzweifelt || $did(funstuff,45).seltext == Desperate) { noop $init_lang(-p,FSEntries,613) }
    elseif ($did(funstuff,45).seltext == Zwinkernd || $did(funstuff,45).seltext == Winking) { noop $init_lang(-p,FSEntries,614) }
    elseif ($did(funstuff,45).sel) { funstuff_own 28 45 fssmilies }
    dialog -k funstuff
Status:
Fixed in the next Gamers.IRC version.

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