-
Notifications
You must be signed in to change notification settings - Fork 0
Chat Moderation
Jack edited this page Apr 5, 2026
·
1 revision
Allium now has a modular chat moderation system under plugins/Allium/chat/.
word-phrase-filterspam-blocker
Configured in:
chat/modules/word-phrase-filter.yml
Supports:
tokensphrasessubstringsregex
Strengths:
exactnormalloose
The matcher is built to reduce false positives by working with token-aware normalization instead of naive whole-message substring logic.
Configured in:
chat/modules/spam-blocker.yml
Supports:
- singular spam detection
- repeated-message similarity
- phrase whitelist
- repeat-collapse handling
- temporary mute behavior
/core filter supports dry-run and editing flows for the word/phrase filter:
testcheckaddremoveset
The module folder also includes scaffold files for future systems like:
- link/ad blocking
- chat cooldown
- unicode filtering
- anti-parrot
- command spy
- auto grammar