3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +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]);
setTimeout(function() {
i++; notifyUser(pending);
}, 2000);
}, 5000);
}.bind(this);
notifyUser(pending);