diff --git a/doc/conf/modules.optional.conf b/doc/conf/modules.optional.conf index 2e4395e7c..4c4f1fcfa 100644 --- a/doc/conf/modules.optional.conf +++ b/doc/conf/modules.optional.conf @@ -158,10 +158,16 @@ loadmodule "websocket"; loadmodule "antimixedutf8"; set { antimixedutf8 { - /* Take action at this 'score'. - * 10 is a good and safe default. + /* Take action at this 'score' (lower = more sensitive) + * + * A score of 2 or 3 will catch a lot but also + * catch innocent users who are not using a pure + * Latin script, such as Russian people who + * commonly use a mix of Latin and Cyrillic. + * + * A score of 8 is a safe default. */ - score 10; + score 8; /* Action to take, see: * https://www.unrealircd.org/docs/Actions @@ -169,7 +175,7 @@ set { ban-action block; /* Block/kill/ban reason (sent to user) */ - ban-reason "Possible mixed character spam"; + ban-reason "Mixed character spam"; /* Duration of ban (does not apply to block/kill) */ ban-time 4h; // For other types