Advertisement
Guest User

Untitled

a guest
Oct 25th, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. polling:
  2. - pollOn: newComm
  3. delayUntil: 10
  4. runs:
  5. - name: OtherSubsRun
  6. checks:
  7. - name: FreekarmaComments
  8. description: Report and SPAM_WATCH comments from users who have recent activity in freekarma subs within the last X activities or X months (whichever is less). Only execute if the user has not been reported before.
  9. kind: comment
  10. condition: AND
  11. rules:
  12. - name: FreeKarmaRule
  13. kind: recentActivity
  14. window:
  15. count: 100
  16. duration: 1 year
  17. useSubmissionAsReference: false
  18. thresholds:
  19. - subreddits:
  20. - FreeKarma4U
  21. - FreeKarma4You
  22. - KarmaStore
  23. - upvote
  24. actions:
  25. - kind: usernote
  26. type: spamwatch
  27. content: >-
  28. User has {{rules.freekarmarule.totalCount}} activities in {{rules.freekarmarule.subCount}} freekarma sub(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement