Skip to content

Instantly share code, notes, and snippets.

@EtherTyper
Created April 24, 2017 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EtherTyper/01690750bd78bfc72791b9feb7dc6b00 to your computer and use it in GitHub Desktop.
Save EtherTyper/01690750bd78bfc72791b9feb7dc6b00 to your computer and use it in GitHub Desktop.
The AutoModerator configuration for /r/53karma.
# Copyright 2017 by EthereumMonkey
# Released under the MIT License <https://opensource.org/licenses/MIT>
# Written using YAML for Reddit's /u/AutoModerator
type: submission
author:
post_karma: < 53
moderators_exempt: false
set_flair: Reddit Noob
action: filter
---
type: submission
author:
post_karma: '> 53'
moderators_exempt: false
set_flair: Reddit Pro
action: filter
---
type: comment
author:
post_karma: < 53
moderators_exempt: false
action: remove
---
type: comment
author:
post_karma: '> 53'
moderators_exempt: false
action: remove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment