We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2ad99 commit 54dd85dCopy full SHA for 54dd85d
config/default.yaml
@@ -185,10 +185,9 @@ protections:
185
#
186
# WordList will ban users who use these words when first joining a room, so take caution when selecting them.
187
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/
+ # The word list protection does not support regular expressions at this time.
+ # The configuration in the past stated support for Regex erroneously.
+ #
192
words:
193
- "LoReM"
194
- "IpSuM"
0 commit comments