Fix ip ban
This commit is contained in:
parent
f39e051699
commit
e5333056e1
|
@ -857,7 +857,7 @@ Channel.prototype.handleBanAllIP = function (actor, name, reason, range) {
|
||||||
}
|
}
|
||||||
|
|
||||||
ips.forEach(function (ip) {
|
ips.forEach(function (ip) {
|
||||||
self.tryBanIP(actor, ip, name, range);
|
self.banIP(actor, ip, name, range);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue