View Single Post
12-31-13, 01:38 AM   #17
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Code:
addonData.XRICEvents:SetScript("OnEvent",function(self,event,...)
    local args = { ... }
Stop doing this! Tables bad. Variables good. Use variables. No use tables.

See here for a quick and untested (but clean) conversion of the relevant parts of PhanxChat into a standalone addon:
http://www.wowace.com/paste/lmszetyg58bn621q/
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote