that should learn it?

This commit is contained in:
reality 2016-04-13 22:15:03 +00:00
parent 601d10b0de
commit 930607b4fe
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ var reddit = function(dbot) {
'reloadChannelFeeds': function() {
var channels = [],
checkTimes = [];
console.log('getting feeds');
for(i=0;i<this.ints.length;i++) {
clearInterval(this.ints[i]);

View File

@ -15,7 +15,7 @@
},
"about_new_post": {
"en": "[{title}] [Post by {poster} in {subreddit}] — {url}"
"en": "[{subreddit}][{title}] [Post by {poster}] — {url}"
},
"about_comment": {
"en": "[Comment by {poster} in {subreddit} — Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)]",