3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 06:19:24 +01:00

let the debugging begin

This commit is contained in:
reality 2014-01-25 14:35:53 +00:00
parent 4b8363c9d1
commit 349f283af6

View File

@ -45,7 +45,7 @@ var reddit = function(dbot) {
}
this.ints = [];
/*this.db.scan('reddit_feeds', function(channel) {
this.db.scan('reddit_feeds', function(channel) {
if(channel) {
channels.push(channel);
}
@ -73,11 +73,10 @@ var reddit = function(dbot) {
}
}.bind(this));
}.bind(this), feed.interval);
console.log(intervalId);
this.ints.push(intervalId);
}.bind(this));
}.bind(this));
}.bind(this));*/
}.bind(this));
}.bind(this)
};