stevin05 / CraftScan

MIT License
5 stars 2 forks source link

question/inquiry --- which channels are being monitored? #29

Closed karpana closed 1 month ago

karpana commented 1 month ago

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.

stevin05 commented 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")
karpana commented 1 month ago

Thank you