From eec997a0ac51f859a17df5f335e4801131ea9b65 Mon Sep 17 00:00:00 2001 From: reality Date: Thu, 4 Jul 2013 22:46:03 +0000 Subject: [PATCH] whoops --- modules/kick/commands.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/kick/commands.js b/modules/kick/commands.js index 8df71cf..2fd16bb 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -145,7 +145,8 @@ 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() {}); + dbot.api.quotes.addQuote('ban_' + banee.toLowerCase(), + quoteString, banee, function() {}); notifyString += ' ' + dbot.t('quote_recorded', { 'user': banee }); }