View Single Post
04-22-09, 09:23 AM   #1
Ackis
A Cliff Giant
 
Ackis's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2005
Posts: 78
Exclamation Wow Matrix Updating Carbonite Code

Heya, just thought you all would be interested in a bit of the wow matrix code:

Code:
if (char 1 to 9 of tAddonVars["Filename"] = "Carbonite") then
replace "Copyright 2008 Carbon Based Creations, LLC." with empty in tAddonVars["Notes"]
end if
Basically they're removing your copyright. Pretty cool eh?