3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-03 17:39:28 +01:00

more debug

This commit is contained in:
reality 2013-08-25 22:14:39 +00:00
parent 1c31d46d58
commit 223a000c91

View File

@ -14,10 +14,10 @@ var report = function(dbot) {
async.eachSeries(users, function(nick, next) {
count++;
console.log(nick + ' ' + count);
//dbot.say(server, nick, message);
dbot.say(server, nick, message);
setTimeout(function() {
next();
}, 2000);
}, 1000);
});
}
};