Page 1 of 1

[5.32] Blacklisting does not work

Posted: 28.12.2010 18:03
by Tuxman
Bug:
In some rare cases you can't blacklist a chatter from the menu properly. He is only kickbanned but can rejoin anytime. Gamers.IRC echoes a writeini syntax error into your server window.

Solution:
Open the mIRC script editor (Alt+R) with aliases.ini, scroll to line 121:

Code: Select all

  if (($1) && ($2)) {
    if ($address($1,%banmasktype)) {
Replace that by:

Code: Select all

  if (($1) && ($2)) {
    if (!%banmasktype) { set %banmasktype 3 }
    if ($address($1,%banmasktype)) {
Status:
Fixed in the next Gamers.IRC version.

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