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)) {
Code: Select all
if (($1) && ($2)) {
if (!%banmasktype) { set %banmasktype 3 }
if ($address($1,%banmasktype)) {
Fixed in the next Gamers.IRC version.
Patched files:
You can find all Gamers.IRC files with integrated hotfixes here.