TOC Updated to 40100, but unsure as to functionality in the 4.1 API.
Spydon is a watcher script for the AddOn channel.
It captures traffic through the AddOn channel and reports them in a message frame. It shows channel, sender, prefix, and message. The sender is also a clickable link that functions in the same way as the other ChatFrames.
I developed this back when the AddOn channel was introduced with patch 1.12, and have been using it ever since for testing purposes.
v1.1 (2008-09-18)
-Now hooks SendAddonMessage() to report outgoing messages.
-There are 3 types of messages;
<IN> messages are received from other players.
<OUT> messages are sent out by SendAddonMessage().
<ECHO> messages are server acknowledgments to messages sent out. (WHISPER only echoes if the player is the target)
v1.0 (2008-08-16)
-Listens to the AddOn channel and reports all traffic.
-Includes information as to channel, sender, prefix, and message.
-Sender is a clickable link. (Operates like a normal ChatFrame.)
There have been no comments posted to this file. Be the first to add one.