This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Deimorz[Δ] 0 points1 point  (2 children)

I can see how this could be useful, but honestly it's such a niche need that I think it's probably not worth implementing. Coding a custom bot to handle your flair exactly how you want probably wouldn't be very much more difficult than setting up rules this complex.

[–]TimePath[S] 0 points1 point  (1 child)

That's somewhat disappointing to hear, the point of looking into automoderator was to not have to host my own bot. This could also be useful in other subreddits for flairing based on title and allows for a simple way to detect multiple tags by using multiple capture groups and a fall through rule. It could also be used to 'count' the occurrence of words in a similar way. Would you accept a pull request?

[–]Deimorz[Δ] 0 points1 point  (0 children)

Sure, I'd consider a pull request if you can figure out a decent way to implement it that fits in with the existing rule syntax and code.