diff --git a/services/chatsections.lua b/services/chatsections.lua index 3f19d83..7be6390 100644 --- a/services/chatsections.lua +++ b/services/chatsections.lua @@ -135,6 +135,7 @@ SplitMessageIdx = { "FLAG", "Ff", "pP", + "TIMERUNNER", "lL", "PLAYERLINK", "PLAYERLINKDATA", @@ -552,6 +553,12 @@ function SplitChatMessage(frame, event, ...) s.Ff = "" end + if arg12 and _G.C_ChatInfo.IsTimerunningPlayer and _G.C_ChatInfo.IsTimerunningPlayer(arg12) then + s.TIMERUNNER = _G.CreateAtlasMarkup("timerunning-glues-icon", 12, 12) + else + s.TIMERUNNER = "" + end + if arg15 then s.MOBILE = _G.ChatFrame_GetMobileEmbeddedTexture(info.r, info.g, info.b) end