Skip to content

Firs/WowAddons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ChatFilter Addon for World of Warcraft Classic Era

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.


Features

  • Suppresses chat messages containing customizable keywords.
  • Works across all major chat channels, including:
    • General
    • Party
    • Guild
    • Whisper
  • Lightweight and efficient.

Installation

Manual

  1. Download the latest release.
  2. Extract the .zip file 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/
  3. Ensure the folder structure is:
    Interface/AddOns/ChatFilter/ChatFilter.toc
  4. Restart the game.
  5. Enable the addon from the AddOns menu at the character selection screen.

Configuration

  1. Open ChatFilter.lua in any text editor.
  2. Modify the filterKeywords table to include or remove keywords:
    local filterKeywords = {
        "gold",
        "boost",
        "wts",
        "wtb",
    }

About

Addons for improving quality of life in WoW

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages