Skip to content

Commit

Permalink
Remove References to Regex in Config Example as they are false (#600)
Browse files Browse the repository at this point in the history
* Remove References to Regex in Config Example as they are false

* Add note that Regex is not supported and state historical error.
  • Loading branch information
FSG-Cat authored Oct 9, 2024
1 parent cb2ad99 commit 54dd85d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 54dd85d

Please sign in to comment.