View Single Post
01-01-14, 03:55 PM   #36
Wimpface
A Molten Giant
 
Wimpface's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 648
Originally Posted by Xrystal View Post
Looks like I need to reverse this block of code :

Code:
        local AddMessage = function(self, text,...)
                if(type(text) == "string") then
                        
                        text = text:gsub("|H(.-)|h%[(.-)%]|h", "|H%1|h%2|h")
                end


                return origs[self](self, text, ...)
        end
so that my addon is back to using the default player link or add in a check so that it ignores BNPlayer links. And again my friends log off, so will take a break for now and see who is online later before I head off to bed.
Cool, if you were on EU I could've been your friend and tester.
__________________
All I see is strobe lights blinding me in my hindsight.
  Reply With Quote