View Single Post
12-30-14, 07:49 PM   #9
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Well, I'm just not going to be able to help until I have the time and motivation to dig through someone else's addon code, because this is just not how chat filters work:

Originally Posted by BlueRaja View Post
Trade Forwarder gets loaded first:
Trade Forwarder: Parses the message, prints it to chat. Tells WoW to block the message.
Trade Chat Cleaner: Never sees the message.
Result: Message gets printed.
If that's really what's happening, then Trade Forwarder is not using chat filters, or at least not using them correctly. Go look at the default UI code in ChatFrame.lua where it handles filtering.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote