mirror of
https://github.com/reality/dbot.git
synced 2025-02-20 07:20:59 +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) {
|
async.eachSeries(users, function(nick, next) {
|
||||||
count++;
|
count++;
|
||||||
console.log(nick + ' ' + count);
|
console.log(nick + ' ' + count);
|
||||||
dbot.say(server, nick, message);
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
|
dbot.say(server, nick, message);
|
||||||
next();
|
next();
|
||||||
}, 1000);
|
}, 1000);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user