mirror of
https://github.com/reality/dbot.git
synced 2024-12-03 17:39:28 +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) {
|
||||
count++;
|
||||
console.log(nick + ' ' + count);
|
||||
//dbot.say(server, nick, message);
|
||||
dbot.say(server, nick, message);
|
||||
setTimeout(function() {
|
||||
next();
|
||||
}, 2000);
|
||||
}, 1000);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user