View Single Post
01-01-14, 03:49 PM   #35
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,959
Looks like I need to reverse this block of 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.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote