temp disable the thingie

This commit is contained in:
reality 2013-12-21 23:33:19 +00:00
parent 72ac41d632
commit 148535e7de

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);
}
@ -77,7 +77,7 @@ var reddit = function(dbot) {
this.ints.push(intervalId);
}.bind(this));
}.bind(this));
}.bind(this));
}.bind(this));*/
}.bind(this)
};