diff options
| author | 2019-01-03 11:00:07 -0500 | |
|---|---|---|
| committer | 2019-01-03 11:00:07 -0500 | |
| commit | c6d6ffd261d711bdc29674b5dace0f16116cf87d (patch) | |
| tree | a7cdca9d2da20c8bae5a430d046d4a854b441f3c /config-default.yml | |
| parent | Add identification of invite via DM (diff) | |
Move user notification bools to config
Intentionally hardcode token notification, this is handled by the
token remover cog
Signed-off-by: sco1 <[email protected]>
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 3a1ad8052..f9f1a1d9e 100644 --- a/config-default.yml +++ b/config-default.yml @@ -139,6 +139,13 @@ filter: watch_words: true watch_tokens: true + # Notify user on filter? + notify_user_zalgo: false + notify_user_invites: true + notify_user_domains: false + notify_user_words: false + # 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? |