diff options
| author | 2021-08-23 21:55:53 +0300 | |
|---|---|---|
| committer | 2021-08-23 21:55:53 +0300 | |
| commit | 697c0da9b781cc71acca24b0c1b56ae10a7959cf (patch) | |
| tree | 7a84dbf7cbd2e689916db42a023159f30b586d89 /config-default.yml | |
| parent | Merge pull request #1682 from python-discord/feat/mod/1665/override-auto-mute (diff) | |
| parent | Merge branch 'main' into mbaruh/anti-spam (diff) | |
Merge pull request #1760 from python-discord/mbaruh/anti-spam
Cross-channel and deleted messages anti-spam
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 79828dd77..eaf8e0ad7 100644 --- a/config-default.yml +++ b/config-default.yml @@ -377,6 +377,8 @@ urls: anti_spam: + cache_size: 100 + # Clean messages that violate a rule. clean_offending: true ping_everyone: true |