mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
more debugging
This commit is contained in:
parent
fdd3187c82
commit
dd7abf2fff
@ -15,7 +15,7 @@ var report = function(dbot) {
|
||||
async.eachSeries(users, function(nick, next) {
|
||||
setTimeout(function() {
|
||||
count++
|
||||
console.log(nick + ' ' + count);
|
||||
//console.log(nick + ' ' + count);
|
||||
//dbot.say(server, nick, message);
|
||||
next();
|
||||
}, 1000);
|
||||
@ -134,6 +134,7 @@ var report = function(dbot) {
|
||||
},
|
||||
|
||||
'~notify': function(event) {
|
||||
console.log('~notify triggered');
|
||||
var channelName = event.input[1],
|
||||
message = event.input[2];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user