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); }