Word Filter
Blocks messages containing forbidden words configured by administrators.
Configuration
/config→ Select group → Word filter- Enable/Disable — Toggle on/off
- Action —
delete(default),warn,mute,kick,ban
Managing words
| Command | Usage |
|---|---|
/filter word |
Add a word to the filter |
/unfilter word |
Remove a word from the filter |
/filters |
View the list of filtered words (admins only) |
How does it detect?
- Looks for the whole word (not partial): filtering "spam" does not block "antispam"
- Case-insensitive: "SPAM" and "spam" are treated the same
Notes
- Administrators are exempt
- The filtered word list is only visible to admins (
/filters)