Closed karpana closed 1 month ago
When in a rested area, it monitors these. The channel one includes all the public channels. I detect orders in trade, general, and services even when the channels themselves aren’t checked in any chat windows, so it sometimes detects orders I can’t even see.
frame:RegisterEvent("CHAT_MSG_SAY")
frame:RegisterEvent("CHAT_MSG_PARTY")
frame:RegisterEvent("CHAT_MSG_CHANNEL")
frame:RegisterEvent("CHAT_MSG_GUILD")
frame:RegisterEvent("CHAT_MSG_WHISPER")
frame:RegisterEvent("CHAT_MSG_WHISPER_INFORM")
Thank you
very new to this addon and am curious which "channels" it is listening to? I ask, because when I tested "LF BS" in General it registered in the pane, but when I did the same in Trade it did not register.
THank you in advance.