diff --git a/modules/kick/commands.js b/modules/kick/commands.js index 2855295..8df71cf 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -144,10 +144,10 @@ var commands = function(dbot) { } // Add qutoe category documenting ban - //if(this.config.document_bans && _.has(dbot.modules, 'quotes')) { - // dbot.api.quotes.addQuote('ban_' + banee.toLowerCase(), quoteString, function() {}); - // notifyString += ' ' + dbot.t('quote_recorded', { 'user': banee }); - // } + if(this.config.document_bans && _.has(dbot.modules, 'quotes')) { + dbot.api.quotes.addQuote('ban_' + banee.toLowerCase(), quoteString, function() {}); + notifyString += ' ' + dbot.t('quote_recorded', { 'user': banee }); + } // Notify moderators, banee if(!_.isUndefined(adminChannel)) {