Problem Statement
Toxic chat, harassment, and spam degrade the player experience. Automated real-time text moderation ensures a safe community environment.
Proposed Solution
- Intercept in-game chat messages before broadcasting.
- Evaluate text against lightweight local profanity filter (trie-based) and optional async AI moderation API.
- Mask violating words with
*** or block message and issue warning to sender.
Acceptance Criteria
Problem Statement
Toxic chat, harassment, and spam degrade the player experience. Automated real-time text moderation ensures a safe community environment.
Proposed Solution
***or block message and issue warning to sender.Acceptance Criteria