View Single Post
04/08/14, 07:36 AM   #4
Tajin
 
Tajin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 29
"parseChat" is just a function I'm using that takes the callback from the "EVENT_CHAT_MESSAGE_CHANNEL" event.

You can't send chatmessages via script.

There is a command for it...
Lua Code:
  1. SendChatMessage private (string message, integer channelId, string target)
...but its "private", so we can't use it.
  Reply With Quote