diff options
| author | 2019-01-05 14:44:45 -0500 | |
|---|---|---|
| committer | 2019-01-05 14:44:45 -0500 | |
| commit | 30fcdb91efe9b55448b91a323672ec68b07361cf (patch) | |
| tree | 05066f57c7f47aed3f76a2d44d1adf49888d1120 /config-default.yml | |
| parent | Add notification strings for remaining filters (diff) | |
Marginally smarter filter notification logic
Only check for a user notification for "filter" type filters
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml index f8d8f0c26..ad87e44ac 100644 --- a/config-default.yml +++ b/config-default.yml @@ -141,11 +141,10 @@ filter: watch_tokens: 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 - # Words watch intentionally ignored since it's a watchlist - # Token notification intentionally ignored, notification is handled by the token remover cog # Filter configuration ping_everyone: true # Ping @everyone when we send a mod-alert? |