This commit is contained in:
reality 2013-07-04 22:37:34 +00:00
parent f105afad17
commit 53defaaeea

View File

@ -144,10 +144,10 @@ 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, function() {});
// notifyString += ' ' + dbot.t('quote_recorded', { 'user': banee }); notifyString += ' ' + dbot.t('quote_recorded', { 'user': banee });
// } }
// Notify moderators, banee // Notify moderators, banee
if(!_.isUndefined(adminChannel)) { if(!_.isUndefined(adminChannel)) {