Thread: |h?
View Single Post
05-08-19, 09:04 PM   #1
JDoubleU00
A Firelord
 
JDoubleU00's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 463
|h?

This is the code from TradeChannelCleaner, I've posted my question there, but the author has not responded so I thought I would ask here.

What does the |H do? Look for hyperlinks? I was trying to find documentation, but my GoogleFu is weak, any pointers there would be appreciated also.

Code:
ChatFrame_AddMessageEventFilter("CHAT_MSG_CHANNEL", function(_, _, message, _, _, _, _, _, _, _, channel)
    if channel == "Trade - City" and not message:find("|H") then
        return true
    end
end)
__________________
Author of JWExpBar and JWRepBar.
  Reply With Quote