forked from GitHub/dbot
that should learn it?
This commit is contained in:
parent
601d10b0de
commit
930607b4fe
@ -33,6 +33,7 @@ var reddit = function(dbot) {
|
|||||||
'reloadChannelFeeds': function() {
|
'reloadChannelFeeds': function() {
|
||||||
var channels = [],
|
var channels = [],
|
||||||
checkTimes = [];
|
checkTimes = [];
|
||||||
|
console.log('getting feeds');
|
||||||
|
|
||||||
for(i=0;i<this.ints.length;i++) {
|
for(i=0;i<this.ints.length;i++) {
|
||||||
clearInterval(this.ints[i]);
|
clearInterval(this.ints[i]);
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
"about_new_post": {
|
"about_new_post": {
|
||||||
"en": "[{title}] [Post by {poster} in {subreddit}] — {url}"
|
"en": "[{subreddit}][{title}] [Post by {poster}] — {url}"
|
||||||
},
|
},
|
||||||
"about_comment": {
|
"about_comment": {
|
||||||
"en": "[Comment by {poster} in {subreddit} — Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)]",
|
"en": "[Comment by {poster} in {subreddit} — Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)]",
|
||||||
|
Loading…
Reference in New Issue
Block a user