justcool393 / TotesMessenger

This is a bot that notifies users when their post is linked to from another place on reddit. This can be especially useful to know when a potential vote brigade may happen (from environments like SRD, SRS, BestOf, etc).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use non-participation links

russjr08 opened this issue · comments

As the bot comments, users shouldn't vote on submissions that are linked.

To further help this, maybe the non-participation link should be used? (np.reddit.com/r/sub/etc) That way, users who use RES will be warned about voting.

No Participation links should already be used when comments are made by the bot.

http://www.reddit.com/user/TotesMessenger

If you check the links that the bot posts, it doesn't.

I also checked the source and don't think I saw any mention of it, I'm not that great at python however though, so take that with a grain of salt lol

Oh, I see. It was posting with NP links a little bit ago, but I must have done something to undo that. It'll be fixed when I move over the code used in production to the new codebase.

Fixed in 50ccd01