From 95e931d73f1726930fc625158f12402f366ef4d7 Mon Sep 17 00:00:00 2001 From: PC-Admin Date: Wed, 9 Oct 2024 19:09:35 +0800 Subject: [PATCH] mjolnir's wordlist feature does not support regex, it never did apparently. fixes #539 --- config/default.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/default.yaml b/config/default.yaml index fa5fc613..e8a81643 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -173,11 +173,6 @@ protections: # A list of case-insensitive keywords that the WordList protection will watch for from new users. # # WordList will ban users who use these words when first joining a room, so take caution when selecting them. - # - # For advanced usage, regex can also be used, see the following links for more information; - # - https://www.digitalocean.com/community/tutorials/an-introduction-to-regular-expressions - # - https://regexr.com/ - # - https://regexone.com/ words: - "LoReM" - "IpSuM"