When you try to start a voting, it stops after entering the first answer. The status window says: * /while: invalid format (line 1455, gamersirc.grc).
Solution:
Open the mIRC script editor (Alt+R) with gamersirc.grc, scroll to line (1455):
Code: Select all
while ($?" %i $+ .: $init_lang(vote,3) ") {
Code: Select all
while ($?" $+ %i $+ .: $replace($init_lang(vote,3),$chr(34),') ") {
Fixed in the next Gamers.IRC version.
Patched files:
You can find all Gamers.IRC files with integrated hotfixes here.