From 5abb1ab166546dc82d56e4e82f63aec0d7f37fd0 Mon Sep 17 00:00:00 2001 From: reality Date: Tue, 27 Oct 2015 19:38:10 +0000 Subject: [PATCH] who cares about floods --- modules/kick/commands.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/kick/commands.js b/modules/kick/commands.js index d6fd2b8..80aaab0 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -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);