mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
bleh
This commit is contained in:
parent
c0865b1bea
commit
bc23d64686
@ -61,7 +61,7 @@ var report = function(dbot) {
|
|||||||
dbot.say(event.server, event.user, pending[i]);
|
dbot.say(event.server, event.user, pending[i]);
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
i++; notifyUser(pending);
|
i++; notifyUser(pending);
|
||||||
}, 2000);
|
}, 5000);
|
||||||
}.bind(this);
|
}.bind(this);
|
||||||
|
|
||||||
notifyUser(pending);
|
notifyUser(pending);
|
||||||
|
Loading…
Reference in New Issue
Block a user