Advertisement
Guest User

AM code to remove crossposts from specific subreddits

a guest
Oct 28th, 2024
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ---
  2.  
  3. # Remove crossposts from specified subreddits like r/PAK.
  4. # From: https://www.reddit.com/r/AutoModerator/comments/khoxe1/comment/ggmc0ln/?utm_source=reddit&utm_medium=web2x&context=3
  5.  
  6. moderators_exempt: false
  7. type: crosspost submission
  8. crosspost_subreddit:
  9. name: ['nerunkot_hyderabad', 'PAK', 'PakistaniiConfessions', 'PakistaniConfessions', 'PakistaniHookups', 'Hijabis', 'extomatoes', 'pkmigrate', 'Sindh']
  10. action: remove
  11. action_reason: "X-post from {{match}}"
  12. modmail_subject: A crosspost from a forbidden subreddit was removed.
  13. modmail: |
  14. {{permalink}}
  15.  
  16. The above {{kind}} by /u/{{author}} was removed.
  17. ___
  18. {{body}}
  19. comment: |
  20. Your post has been removed automatically because r/Karachi does not allow crossposts from this subreddit.
  21.  
  22. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement