mirror of
https://github.com/reality/dbot.git
synced 2024-12-11 21:39:37 +01:00
more debug
This commit is contained in:
parent
1c31d46d58
commit
223a000c91
@ -14,10 +14,10 @@ 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);
|
dbot.say(server, nick, message);
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
next();
|
next();
|
||||||
}, 2000);
|
}, 1000);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user