Skip to content

Commit 54dd85d

Browse files
authored
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.
1 parent cb2ad99 commit 54dd85d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

config/default.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,9 @@ protections:
185185
#
186186
# WordList will ban users who use these words when first joining a room, so take caution when selecting them.
187187
#
188-
# For advanced usage, regex can also be used, see the following links for more information;
189-
# - https://www.digitalocean.com/community/tutorials/an-introduction-to-regular-expressions
190-
# - https://regexr.com/
191-
# - https://regexone.com/
188+
# The word list protection does not support regular expressions at this time.
189+
# The configuration in the past stated support for Regex erroneously.
190+
#
192191
words:
193192
- "LoReM"
194193
- "IpSuM"

0 commit comments

Comments
 (0)