Skip to content

Commit

Permalink
disable this for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ffainy committed Apr 11, 2022
1 parent fa2ae39 commit ca50beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/chat/abbr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ local function addMessage(chatFrame, msg, ...)

-- remove realm and bracket
msg = msg:gsub('|Hplayer:(.-)|h%[(.-)%]|h', formatPlayer)
msg = msg:gsub('|HBNplayer:(.-)|h%[(.-)%]|h', formatBNPlayer)
--msg = msg:gsub('|HBNplayer:(.-)|h%[(.-)%]|h', formatBNPlayer)

msg = msg:gsub('|Hchannel:(.-)|h%[(.-)%]|h', formatChannel)

Expand Down

0 comments on commit ca50beb

Please sign in to comment.