From e0ece997f8fdf3f807dc1d999d710b6df3211a68 Mon Sep 17 00:00:00 2001 From: reality Date: Mon, 1 Jul 2013 17:47:05 +0000 Subject: [PATCH] DO NOT CALL QUIET IN UNQUIET --- modules/kick/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/kick/commands.js b/modules/kick/commands.js index a162fee..21001a9 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -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 })); },