This commit is contained in:
reality 2015-02-13 00:17:38 +00:00
parent 2d1cfdd567
commit e5ac647de4

View File

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