forked from GitHub/dbot
increase notify delay?
This commit is contained in:
parent
eb0a61c25b
commit
c0865b1bea
@ -61,7 +61,7 @@ var report = function(dbot) {
|
||||
dbot.say(event.server, event.user, pending[i]);
|
||||
setTimeout(function() {
|
||||
i++; notifyUser(pending);
|
||||
}, 1000);
|
||||
}, 2000);
|
||||
}.bind(this);
|
||||
|
||||
notifyUser(pending);
|
||||
|
Loading…
Reference in New Issue
Block a user