From 54dd85daf5dc32823c1106d27efdc1e42fb9b41f Mon Sep 17 00:00:00 2001 From: Catalan Lover <48515417+FSG-Cat@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:01:32 +0200 Subject: [PATCH] Remove References to Regex in Config Example as they are false (#600) * Remove References to Regex in Config Example as they are false * Add note that Regex is not supported and state historical error. --- config/default.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/default.yaml b/config/default.yaml index d4570ccc..d6a478fe 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -185,10 +185,9 @@ protections: # # 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/ + # The word list protection does not support regular expressions at this time. + # The configuration in the past stated support for Regex erroneously. + # words: - "LoReM" - "IpSuM"