3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 22:39:26 +01:00
This commit is contained in:
reality 2013-08-05 22:48:51 +00:00
parent c0865b1bea
commit bc23d64686

View File

@ -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);