Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

WoWInterface » Developer Discussions » Lua/XML Help » |h?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off