Incoming Blacklist
The Incoming Blacklist system lets server administrators block specific words or phrases in monitored channels.
When a message contains a blacklisted word or phrase, the configured moderation action can trigger automatically.
This helps reduce spam, scam links, and other unwanted messages by enforcing consistent moderation rules.
Adding a Word
Command:
/blacklist incoming_add <word>
Adds a word or phrase to the incoming blacklist.
Example:
/blacklist incoming_add scam link
This blocks messages containing the phrase “scam link”.
Viewing the Blacklist
Command:
/blacklist incoming_list
Displays all currently blacklisted words or phrases.
Each entry is assigned a number you can use for removal.
Example output:
1. scam link
2. fake nitro
3. free steam keys
Removing a Word
Command:
/blacklist incoming_remove <number>
Removes a word or phrase from the blacklist using its list number.
Example:
/blacklist incoming_remove 3
This removes the third item from the blacklist list.
Tips
- Avoid overly broad words that may cause false positives.
- Prefer short phrases over single words where possible.
- Review and clean your blacklist regularly.
- Run a quick test after changes to confirm expected behavior.