You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text=text:gsub("|T[^\\]+\\[^\\]+\\[Uu][Ii]%-[Rr][Aa][Ii][Dd][Tt][Aa][Rr][Gg][Ee][Tt][Ii][Nn][Gg][Ii][Cc][Oo][Nn]_(%d)[^|]+|t", "{rt%1}") -- I like being able to copy raid icons
28
29
text=text:gsub("|T13700([1-8])[^|]+|t", "{rt%1}") -- I like being able to copy raid icons
29
30
text=text:gsub("|T[^|]+|t", "") -- Remove any other icons to prevent copying issues
31
+
text=text:gsub("|A[^|]+|a", "") -- Remove any other icons to prevent copying issues
30
32
text=text:gsub("|K[^|]+|k", BCM.protectedText) -- Remove protected text
ifnotissecretvalue(text) andtextandtext:find(link, nil, true) then
40
41
text=text:gsub("|T[^\\]+\\[^\\]+\\[Uu][Ii]%-[Rr][Aa][Ii][Dd][Tt][Aa][Rr][Gg][Ee][Tt][Ii][Nn][Gg][Ii][Cc][Oo][Nn]_(%d)[^|]+|t", "{rt%1}") -- I like being able to copy raid icons
41
42
text=text:gsub("|T13700([1-8])[^|]+|t", "{rt%1}") -- I like being able to copy raid icons
42
43
text=text:gsub("|T[^|]+|t", "") -- Remove any other icons to prevent copying issues
0 commit comments