AntiGratsAre you in a large guild? Do you constantly see those "gratz" messages that always come from the same people almost instantly right after someone gets an achievement? Well they are running an addon that automatically sends out a congratulations message when someone in the guild gets an achievement. This addon will hide those annoying messages while preserving the other guild chat.
Features:- Very lightweight addon only taking up around 6kb of memory.
- No configuration needed out of the box. In fact I provide no in game way to change any settings since there really are not any to start with.*
- A debug feature that allows you to see what is being filtered out just in case you are interested.
*There are options that can be changed by editing the addon file itself.
Inside the addon there are two files that you can change a few options if you like. These are easily editable in any text editor such as Notepad on Windows.
Options: Didn't I say there were no options?
In core.lua
- local BLACKOUT_TIME = 30; This is the time in seconds to block "gratz" messages (default: 30)
- local STRICT_FILTERING = true; Change to use stricter filtering such as the match must be the exact word/phrase in the blacklist (default: true)
- local SHOW_DEBUG = false; Change to permanently see whats going on behind the scenes (default: false)
in worldlist.lua
This is the list from which we block from. Feel free to add, remove, or change any entry as you see fit. Use %s will match the achievement receivers name in the filter string.
Changelog:2009-10-19 - Initial release.

Change Log: