Word Filter
Automatically detect and act on messages containing banned words using Nevi's automod word filter.
How it works
The automod word filter uses the same word list as the /filter command. The difference: when automod is enabled, word filter violations trigger escalating actions instead of just deleting the message.
If you already have words configured with /filter add, those same words are used by automod. There is no separate word list to manage.
Managing words
Add and remove words using the /filter command.
Commands
/filter add <word>Add a word or phrase to the filter list.
/filter remove <word>Remove a word or phrase from the filter list.
/filter listView all filtered words. Sent as an ephemeral message so the list stays private.
Matching is case-insensitive. Words must be at least 3 characters long to prevent false positives from short strings appearing inside common words.
Default setup
When you run /automod on, the word filter is created with one step:
Step 1: delete
The message containing the filtered word is deleted. No warning or mute by default.
/automod step words 1 deleteAdd more steps to escalate for repeat offenders. For example, add a warning on step 2 and a mute on step 3:
/automod step words 2 warn,delete/automod step words 3 mute,delete 30mRelated Commands
/filtermanagementRequires modManage the word filter for this server
/automodmanagementRequires modConfigure the automod system