mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
let the debugging begin
This commit is contained in:
parent
4b8363c9d1
commit
349f283af6
@ -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);
|
||||||
}
|
}
|
||||||
@ -73,11 +73,10 @@ var reddit = function(dbot) {
|
|||||||
}
|
}
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}.bind(this), feed.interval);
|
}.bind(this), feed.interval);
|
||||||
console.log(intervalId);
|
|
||||||
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