ChatFilter is a minimalistic World of Warcraft Classic Era addon that filters out chat messages containing specific keywords. It helps clean up your chat by suppressing spam or unwanted messages across multiple channels.
- Suppresses chat messages containing customizable keywords.
- Works across all major chat channels, including:
- General
- Party
- Guild
- Whisper
- Lightweight and efficient.
- Download the latest release.
- Extract the
.zipfile to your WoW Classic Era AddOns directory:- For Windows:
C:\Program Files (x86)\World of Warcraft\_classic_era_\Interface\AddOns\ - For macOS:
/Applications/World of Warcraft/_classic_era_/Interface/AddOns/
- For Windows:
- Ensure the folder structure is:
Interface/AddOns/ChatFilter/ChatFilter.toc - Restart the game.
- Enable the addon from the AddOns menu at the character selection screen.
- Open
ChatFilter.luain any text editor. - Modify the
filterKeywordstable to include or remove keywords:local filterKeywords = { "gold", "boost", "wts", "wtb", }