WoW:Telepathy: Difference between revisions

m
→‎Summary: spelling
mNo edit summary
m (→‎Summary: spelling)
Line 2: Line 2:
*Network Chat Communication Library for Mods
*Network Chat Communication Library for Mods


*Telepathy is a chat communications library for cross client addon information sharing. It uses SendAddonMessage for "PARTY", "RAID", "GUILD" or "BATTLEGROUND" communication and hidden chat messages for "GLOBAL" or "WHISPER" communication. Global comm uses a global (faction/server wide) channel called "GlobalComm" while whispers are prefixed with "<nowiki><T></nowiki>" and hidden on the sending and recieving ends.
*Telepathy is a chat communications library for cross client addon information sharing. It uses SendAddonMessage for "PARTY", "RAID", "GUILD" or "BATTLEGROUND" communication and hidden chat messages for "GLOBAL" or "WHISPER" communication. Global comm uses a global (faction/server wide) channel called "GlobalComm" while whispers are prefixed with "<nowiki><T></nowiki>" and hidden on the sending and receiving ends.


*Telepathy maintains a user list of everyone in the "GlobalComm" channel, but because other addons also use this standard comm channel it does not mean they are necissarily using Telepathy. Telepathy will automaticly join "GlobalComm" after the other channels have loaded if an addon has registered a listener for "GLOBAL". The player can also opt to dissable auto-join/leave using "/gcautojoin 0" or "/gcautojoin 1" to enable it again.
*Telepathy maintains a user list of everyone in the "GlobalComm" channel, but because other addons also use this standard comm channel it does not mean they are necessarily using Telepathy. Telepathy will automatically join "GlobalComm" after the other channels have loaded if an addon has registered a listener for "GLOBAL". The player can also opt to disable auto-join/leave using "/gcautojoin 0" or "/gcautojoin 1" to enable it again.


*Embedded Libs (Standalone vers): [[ChatThrottleLib]], [[SeaHooks]], [[SeaPrint]], [[SeaString]], [[Chronos]] and [[Satellite]]
*Embedded Libs (Standalone vers): [[ChatThrottleLib]], [[SeaHooks]], [[SeaPrint]], [[SeaString]], [[Chronos]] and [[Satellite]]
Anonymous user