diff options
| author | 2020-09-05 11:07:58 +0200 | |
|---|---|---|
| committer | 2020-09-05 11:07:58 +0200 | |
| commit | 53cb77bb2d541d0be61bc3c25e37b54601963b7c (patch) | |
| tree | b93a9acabaa86368221360059eab1039a48bccf0 /config-default.yml | |
| parent | Disable burst_shared filter of the AntiSpam cog (diff) | |
Disable everyone_ping filter in AntiSpam cog
As there are a few bugs in the implementation, I've temporarily disabled
the at-everyone ping filter in the AntiSpam cog. We can disable it after
we've fixed the bugs.
Signed-off-by: Sebastiaan Zeeff <[email protected]>
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config-default.yml b/config-default.yml index e9324c62f..6e7cff92d 100644 --- a/config-default.yml +++ b/config-default.yml @@ -389,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: |