This commit is contained in:
reality 2013-07-04 22:46:03 +00:00
parent b5d286b86e
commit eec997a0ac

View File

@ -145,7 +145,8 @@ var commands = function(dbot) {
// Add qutoe category documenting ban // Add qutoe category documenting ban
if(this.config.document_bans && _.has(dbot.modules, 'quotes')) { 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 }); notifyString += ' ' + dbot.t('quote_recorded', { 'user': banee });
} }