DO NOT CALL QUIET IN UNQUIET

This commit is contained in:
reality 2013-07-01 17:47:05 +00:00
parent 2ee4acc994
commit e0ece997f8

View File

@ -30,7 +30,7 @@ var commands = function(dbot) {
}
channel = channel.trim();
this.api.quiet(server, quietee, channel);
this.api.unquiet(server, quietee, channel);
event.reply(dbot.t('unquieted', { 'quietee': quietee }));
},