who cares about floods

This commit is contained in:
reality 2015-10-27 19:38:10 +00:00
parent 92e4db287d
commit 5abb1ab166

View File

@ -156,9 +156,7 @@ var commands = function(dbot) {
this.api.ban(server, host, channel);
this.api.kick(server, banee, channel, reason +
' (network-wide ban requested by ' + banner + ')');
setTimeout(function() {
i++; banChannel(channels);
}, 1000);
i++; banChannel(channels);
}.bind(this);
banChannel(channels);