"* /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) }
Code: Select all
elseif ($did(funstuff,45).seltext == Zwinkernd || $did(funstuff,45).seltext == Winking) { noop $init_lang(-p,FSEntries,614) }
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
Fixed in the next Gamers.IRC version.
Patched files:
You can find all Gamers.IRC files with integrated hotfixes here.