diff --git a/modules/report/report.js b/modules/report/report.js index d158335..b593a3f 100644 --- a/modules/report/report.js +++ b/modules/report/report.js @@ -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];