Page 1 of 1

[5.30] Vote system doesn't work

Posted: 09.01.2010 22:26
by Tuxman
Bug:
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) ") {
Replace that by:

Code: Select all

while ($?" $+ %i $+ .: $replace($init_lang(vote,3),$chr(34),') ") {
Status:
Fixed in the next Gamers.IRC version.

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