diff --git a/modules/kick/commands.js b/modules/kick/commands.js index 0adf976..c60133c 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -57,7 +57,7 @@ var commands = function(dbot) { // TODO: When this is merged into database branch, have it use the // api.quotes.addQuote function if(this.config.document_bans && _.has(dbot.modules, 'quotes')) { - dbot.db.quoteArrs['ban_' + banee] = [ dbot.t('nban_quote', { + dbot.db.quoteArrs['ban_' + banee.toLowerCase()] = [ dbot.t('nban_quote', { 'banee': banee, 'banner': banner, 'time': new Date().toUTCString(), diff --git a/modules/web/config.json b/modules/web/config.json index e6b635e..72798aa 100644 --- a/modules/web/config.json +++ b/modules/web/config.json @@ -1,6 +1,6 @@ { "webHost": "nourishedcloud.com", - "webPort": 8080, + "webPort": 9002, "externalPath": false, "help": "https://github.com/reality/depressionbot/blob/master/modules/web/README.md" }