Skip to content

Commit

Permalink
moar formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
irapha committed Aug 7, 2014
1 parent 93389d4 commit 558b94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/reddit.js
Expand Up @@ -136,7 +136,7 @@ module.exports = function(robot){
topcomm_title = (topcomm_title.split(" ")[0]).replace(/_/g, "\\_");
topcomm_desc = result.rss.channel[0].item[1].description[0];

message += "\n*Desc*:\n> "+toppost_desc;
message += "\n*Desc*:\n> _"+toppost_desc+"_";
message += "\n*Top Comment* by "+topcomm_title+":";
message += "\n> _"+topcomm_desc+"_";
message += "\nall comments: "+toppost_guid+"";
Expand Down

0 comments on commit 558b94c

Please sign in to comment.