mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
temp disable the thingie
This commit is contained in:
parent
72ac41d632
commit
148535e7de
@ -45,7 +45,7 @@ var reddit = function(dbot) {
|
|||||||
}
|
}
|
||||||
this.ints = [];
|
this.ints = [];
|
||||||
|
|
||||||
this.db.scan('reddit_feeds', function(channel) {
|
/*this.db.scan('reddit_feeds', function(channel) {
|
||||||
if(channel) {
|
if(channel) {
|
||||||
channels.push(channel);
|
channels.push(channel);
|
||||||
}
|
}
|
||||||
@ -77,7 +77,7 @@ var reddit = function(dbot) {
|
|||||||
this.ints.push(intervalId);
|
this.ints.push(intervalId);
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}.bind(this));
|
}.bind(this));*/
|
||||||
}.bind(this)
|
}.bind(this)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user