mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-15 12:02:06 +00:00
Fix ip ban
This commit is contained in:
parent
f39e051699
commit
e5333056e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue