From e5ac647de4ef5be7daf35792ed8c4979d4b1d640 Mon Sep 17 00:00:00 2001 From: reality Date: Fri, 13 Feb 2015 00:17:38 +0000 Subject: [PATCH] oops --- modules/kick/commands.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/kick/commands.js b/modules/kick/commands.js index 89d6dc4..11a9958 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -65,7 +65,6 @@ var commands = function(dbot) { if(_.include(this.config.quietBans, channel)) { this.api.ban(server, this.hosts[server][quietee], channel); - this.api.voice(server, quietee, channel); } else { this.api.quiet(server, host, channel); }