mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
test
This commit is contained in:
parent
223a000c91
commit
884158c27e
@ -14,8 +14,8 @@ var report = function(dbot) {
|
||||
async.eachSeries(users, function(nick, next) {
|
||||
count++;
|
||||
console.log(nick + ' ' + count);
|
||||
dbot.say(server, nick, message);
|
||||
setTimeout(function() {
|
||||
dbot.say(server, nick, message);
|
||||
next();
|
||||
}, 1000);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user