[5.32] Blacklisting does not work

Hotfixes for outdated Gamers.IRC versions.
User avatar
Tuxman
Administrator
Posts: 1873
Joined: 24.10.2003 00:13
Status: That guy
Contact:

[5.32] Blacklisting does not work

Unread postby Tuxman » 28.12.2010 18:03

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.
^\__/
..O.o

This is Einkaufswagen. Copy Einkaufswagen into your signature to help him on his way to world domination.

Who is online

Users browsing this forum: No registered users and 4 guests