Adding Filters
To block usernames or nicknames that match specific words or patterns, use the/name-filters add command. You can choose between simple phrases or more advanced regular expressions.
Phrase filters are safer and easier to use.
Regex filters offer more flexibility but require testing to avoid false positives.
Regex filters offer more flexibility but require testing to avoid false positives.
Examples
| Command | Description |
|---|---|
/name-filters add phrase scam | Blocks names containing the word scam |
/name-filters add regex sc[ae]m | Blocks variations like scam, scem, etc. |
Removing Filters
To remove an entry from your blocklist, use/name-filters remove.
| Command | Description |
|---|---|
/name-filters remove phrase scam | Removes the phrase scam |
/name-filters remove regex sc[ae]m | Removes the regex pattern |
Tips & Best Practices
- Use phrase filters for clear, specific keywords
- Test regex filters thoroughly to avoid unexpected matches
- Run
/name-filters listto review your active filters