diff options
| author | 2019-01-05 17:00:56 -0500 | |
|---|---|---|
| committer | 2019-01-05 17:00:56 -0500 | |
| commit | a7bd2ed213fb53d50c72a7456ba59afc5925763c (patch) | |
| tree | dbb19667b73467debcee071764714b862dd4fa00 /config-default.yml | |
| parent | Merge pull request #252 from python-discord/pre-commit (diff) | |
| parent | Use explicit channel mention (diff) | |
Merge pull request #251 from python-discord/invite-filter-dm
Invite filter DM & DMed invite modlog
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 7a5960987..ad87e44ac 100644 --- a/config-default.yml +++ b/config-default.yml @@ -140,6 +140,12 @@ filter: watch_words: true 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 + # Filter configuration ping_everyone: true # Ping @everyone when we send a mod-alert? |