aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2020-09-08 12:04:20 +0800
committerGravatar kosayoda <[email protected]>2020-09-08 12:04:20 +0800
commitab4eb39fcdde62cc9f558f9e41a5f48d9a587d38 (patch)
treee26e5491b1759bc78c43b6df7443a78e338054ee /config-default.yml
parentRemove everyone_ping rule from antispam. (diff)
Add everyone_ping filter.
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml18
1 files changed, 10 insertions, 8 deletions
diff --git a/config-default.yml b/config-default.yml
index c1eef713f..cf9ce8798 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -273,17 +273,19 @@ guild:
filter:
# What do we filter?
- filter_zalgo: false
- filter_invites: true
- filter_domains: true
- watch_regex: true
- watch_rich_embeds: true
+ filter_zalgo: false
+ filter_invites: true
+ filter_domains: true
+ filter_everyone_ping: true
+ watch_regex: true
+ watch_rich_embeds: true
# Notify user on filter?
# Notifications are not expected for "watchlist" type filters
- notify_user_zalgo: false
- notify_user_invites: true
- notify_user_domains: false
+ notify_user_zalgo: false
+ notify_user_invites: true
+ notify_user_domains: false
+ notify_user_everyone_ping: true
# Filter configuration
ping_everyone: true