Details
Expansion
Categories
Developers
Having issues?
ChillChat v1.2.0
ChillChat is a lightweight, high-performance World of Warcraft addon designed to intercept and block specific outbound chat words or phrases instantly—keeping your communications clean without causing UI taint or interfering with other addons like Decursive.
Commands & Usage
Type /chill in-game to see the available commands:
/chill on//chill offEnables or disables the addon filtering completely.
/chill add [word]Adds a new word or phrase to your active block list.
/chill remove [word]Removes a word or phrase from your active block list.
/chill listDisplays all currently blocked words and phrases in your chat window.
/chill ignore [guild / party / raid]Toggles channel-based ignoring, allowing you to bypass filtering in specific group chats.
/chill whitelist add [name]Adds a player to your whisper whitelist so you can send messages to them without restrictions.
/chill whitelist remove [name]Removes a player from your whisper whitelist.
/chill whitelistDisplays a list of all currently whitelisted players.
v1.2.0
Master Toggle Support: Added
/chill onand/chill offcommands to easily enable or disable the filtering functionality on the fly.Channel-Based Ignores: Introduced toggle settings (
/chill ignore guild,party,raid) to bypass message filtering in specific chat channels.Whisper Whitelist: Added player whitelist management (
/chill whitelist add [name]/remove [name]) allowing unhindered communication via whispers to specified players.Persistent Settings: Implemented
ChillChatSettingsandChillChatWhitelistto safely save user configurations and player lists across game sessions.
v1.1.0
Performance Optimization: Replaced dynamic regular expressions and heavy loop parsing with a blazing-fast O(N) hashtable lookup.
UI Taint & Error Fixes: Resolved conflicts with third-party addons like Decursive and ElvUI by safeguarding global function hooks and implementing robust type checks.
Command Handling: Migrated
/chillcommands to standardSlashCmdListto prevent protected UI manipulation errors.Reliability: Enforced strict message interception directly at the
SendChatMessagelevel to ensure blocked words are successfully stopped before reaching the server.Localization: Standardized all internal code comments to English.
No changelog available.
You must be logged in to leave a comment.