Skip to content

Commit

Permalink
update single emoji removal
Browse files Browse the repository at this point in the history
  • Loading branch information
KanchiMoe authored May 19, 2024
1 parent e711f8b commit 539b0d6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Anti-spam/Single_clown_emoji.yaml

This file was deleted.

23 changes: 23 additions & 0 deletions Anti-spam/single_emoji_no_value.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
# Single emoji remover - removes comments only contain some single emojis
type: comment
body (regex): [
"^\\U0001F921$", "^\\🤡$", # Clown
"^\\uE412$", "^\\$", # Crying 1
"^\\U0001F602$", "^\\$" # Crying 2
]
action: remove
action_reason: "Remove comment only containing single emoji. Author [/u/{{author}}]. Match [{{match}}]"
message_subject: "Your {{kind}} was removed from /r/{{subreddit}}"
message: |
Hi /u/{{author}}, [**your {{kind}}**]({{permalink}}) in /r/{{subreddit}} was removed for the following reasons:
> **Only commenting "{{match}}" does not add anything to the conversation.**
> We encourage meaningful contributions and constructive discussions in /r/{{subreddit}}. If you have any questions or would like to share your thoughts on the topic, please feel free to do so in a more detailed manner.
*****
_^Triggered ^incorrectly? ^^\(ie, ^^comment ^^does ^^not ^^only ^^contain ^^"{{match}}"\) ^[Let](https://www.reddit.com/message/compose/?to=/r/{{subreddit}}) ^[us](https://www.reddit.com/message/compose/?to=/r/{{subreddit}}) ^[know.](https://www.reddit.com/message/compose/?to=/r/{{subreddit}})_
moderators_exempt: false
---

0 comments on commit 539b0d6

Please sign in to comment.