- Cleaned up indentation of code

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-21 15:20:11 +02:00
parent 951286f8dd
commit 787713b125
1 changed files with 12 additions and 9 deletions

View File

@ -198,18 +198,21 @@ set
The following settings relate to controlling potential spam-like activity on your server.
```
anti-spam-quit-message-time 10s;
anti-spam-quit-message-time 10s;
/* Settings for spam filter */
spamfilter
{
ban-time 1d; /* default duration of a *LINE ban set by spamfilter */
ban-reason "Spam/Advertising"; /* default reason */
virus-help-channel "#help"; /* channel to use for 'viruschan' action */
/* except "#help"; channel to exempt from Spamfilter */
}
/* Settings for spam filter */
spamfilter
{
ban-time 1d; /* default duration of a *LINE ban set by spamfilter */
ban-reason "Spam/Advertising"; /* default reason */
virus-help-channel "#help"; /* channel to use for 'viruschan' action */
/* except "#help"; channel to exempt from Spamfilter */
}
```
1. The first option is `anti-spam-quit-message-time` which you can set to some time which represents how (TODO)
* We recommend the default of `10s` (10 seconds)
1. What we can change
Probably should be common maybe not sure