This commit is contained in:
reality 2013-07-01 18:36:43 +00:00
parent 539d0106e2
commit e05eb7396e
2 changed files with 2 additions and 2 deletions

View File

@ -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() {

View File

@ -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"
}