Not sure if this would be a macro or plugin...
I don't want to re-invent the wheel, so if something similar to this has been done, or something that could be easily modified, I'd appreciate a point in the right direction... (I did search, but didn't find anything that looked similar).
I'm thinking of trying to create a macro/plug-in to filter out all the pet spam that isn't filtered by the game's built in filter. Basically all the beastlord/mage/necro pet procs and now the new rampage/flurry etc.
Some basic psudo-code:
on new(message):
if message.from.type = pet and message.from.owner != me
then message.destroy()
Hopefully it would be able to filter messages from traditional pets as well as the new wards.
If this is something thats possible, please let me know if there some examples I should look at for inspiration.
Thanks

