View Single Post
05-20-10, 02:36 PM   #1
Daemios
A Defias Bandit
Join Date: May 2010
Posts: 2
Hiding a Custom Chat Channel's Activity

Currently, I'm working on an addon called Trade Chat Champion, and what this addon does is respond to certain triggers in trade or battleground chat. However, the need for communication between multiple instances of the addon has become more and more apparent.

Now, after researching the topic, and laying out the logic of the function I'm looking to create, I'm stuck at the actual sending of messages. The SendAddonMessage API doesn't seem to fit my needs, as I need to communicate server-wide.

I have resigned myself to figure out a way to have the addons communicate over a custom channel, however, clearly such a communication would need to be hidden, as to not be disruptive.

My question is, how can I accomplish something like that?
  Reply With Quote