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