From e05eb7396ec95332fa9bf46bca8cc548e1b3aa9b Mon Sep 17 00:00:00 2001 From: reality Date: Mon, 1 Jul 2013 18:36:43 +0000 Subject: [PATCH] add _ --- modules/kick/commands.js | 2 +- modules/web/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/kick/commands.js b/modules/kick/commands.js index c778743..21a4174 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -15,7 +15,7 @@ var commands = function(dbot) { } channel = channel.trim(); - if(!isUndefined(minutes)) { + if(!_.isUndefined(minutes)) { minutes = parseFloat(minutes.trim()); var msTimeout = new Date(new Date().getTime() + (timeout * 3600000)); dbot.api.timers.addTimeout(msTimeout, function() { diff --git a/modules/web/config.json b/modules/web/config.json index e6b635e..fcb0381 100644 --- a/modules/web/config.json +++ b/modules/web/config.json @@ -1,6 +1,6 @@ { "webHost": "nourishedcloud.com", - "webPort": 8080, + "webPort": 9005, "externalPath": false, "help": "https://github.com/reality/depressionbot/blob/master/modules/web/README.md" }