1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 05:03:12 +02:00

modules.optional.conf: elaborate a bit more on antimixedutf8 score.

And set the default there to 8 instead of 10, which should be OK.
This commit is contained in:
Bram Matthys
2021-06-16 13:33:01 +02:00
parent 89755ccec6
commit f0d00ff109
+10 -4
View File
@@ -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