Skip to content

Commit

Permalink
Add support for BNet whispers
Browse files Browse the repository at this point in the history
  • Loading branch information
Numynum committed Nov 9, 2022
1 parent 276186a commit 93e9d7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/clickableExportStringsInChat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Module.bitWidthRanksPurchased = 6;
local events = {
CHAT_MSG_BATTLEGROUND = true,
CHAT_MSG_BATTLEGROUND_LEADER = true,
CHAT_MSG_BN_WHISPER = true,
CHAT_MSG_BN_WHISPER_INFORM = true,
CHAT_MSG_CHANNEL = true,
CHAT_MSG_EMOTE = true,
CHAT_MSG_GUILD = true,
Expand Down

0 comments on commit 93e9d7a

Please sign in to comment.