Use custom channel for hidden communication
fstenstrom opened this issue ยท 1 comments
If possible, use a custom channel for communication, and hide the messages from the users.
Example send:
/join WBTCOMCHANNEL
SendChatMessage(, "CHANNEL", nil, GetChannelName("WBTCOMCHANNEL"));
Rejected. Probably won't work since most likely limited to connected-realm. See #65 for better options.