diff options
| author | 2020-09-05 23:34:47 +0700 | |
|---|---|---|
| committer | 2020-09-05 23:34:47 +0700 | |
| commit | a4ab2c46c8b35e8ee9139f88a8893933dd0f8a08 (patch) | |
| tree | 2c901966503d8df6d067800067cb6576df6e6cc8 /config-default.yml | |
| parent | Move bolding markdown outside of text link. (diff) | |
| parent | Disable everyone_ping filter in AntiSpam cog (diff) | |
Merge branch 'master' into text-link-fix
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 18 | 
1 files changed, 12 insertions, 6 deletions
| diff --git a/config-default.yml b/config-default.yml index 766f7050c..6e7cff92d 100644 --- a/config-default.yml +++ b/config-default.yml @@ -352,9 +352,13 @@ anti_spam:              interval: 10              max: 7 -        burst_shared: -            interval: 10 -            max: 20 +        # Burst shared it (temporarily) disabled to prevent +        # the bug that triggers multiple infractions/DMs per +        # user. It also tends to catch a lot of innocent users +        # now that we're so big. +        # burst_shared: +        #    interval: 10 +        #    max: 20          chars:              interval: 5 @@ -385,9 +389,11 @@ anti_spam:              interval: 10              max: 3 -        everyone_ping: -            interval: 10 -            max: 0 +        # The everyone ping filter is temporarily disabled +        # until we've fixed a couple of bugs. +        # everyone_ping: +        #    interval: 10 +        #    max: 0  reddit: | 
