increase notify delay?

This commit is contained in:
reality 2013-08-05 22:33:10 +00:00
parent eb0a61c25b
commit c0865b1bea

View File

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