forked from GitHub/dbot
add _
This commit is contained in:
parent
539d0106e2
commit
e05eb7396e
@ -15,7 +15,7 @@ var commands = function(dbot) {
|
|||||||
}
|
}
|
||||||
channel = channel.trim();
|
channel = channel.trim();
|
||||||
|
|
||||||
if(!isUndefined(minutes)) {
|
if(!_.isUndefined(minutes)) {
|
||||||
minutes = parseFloat(minutes.trim());
|
minutes = parseFloat(minutes.trim());
|
||||||
var msTimeout = new Date(new Date().getTime() + (timeout * 3600000));
|
var msTimeout = new Date(new Date().getTime() + (timeout * 3600000));
|
||||||
dbot.api.timers.addTimeout(msTimeout, function() {
|
dbot.api.timers.addTimeout(msTimeout, function() {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"webHost": "nourishedcloud.com",
|
"webHost": "nourishedcloud.com",
|
||||||
"webPort": 8080,
|
"webPort": 9005,
|
||||||
"externalPath": false,
|
"externalPath": false,
|
||||||
"help": "https://github.com/reality/depressionbot/blob/master/modules/web/README.md"
|
"help": "https://github.com/reality/depressionbot/blob/master/modules/web/README.md"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user