View Single Post
04-24-09, 08:34 PM   #11
tsadok
An Aku'mai Servant
 
tsadok's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 32
You could hook DEFAULT_CHAT_FRAME:AddMessage() and not send it on if it detects that message. It's annoying that that's the only response to SendAddonMessage() is in the chat frame- SendAddonMessage() is for hidden communication.
  Reply With Quote