Skip to content

Instantly share code, notes, and snippets.

View torjusb's full-sized avatar
:shipit:
rusting away

Torjus Bjåen torjusb

:shipit:
rusting away
View GitHub Profile
local defaults = {}
db = setmetatable(db or {}, {__index = defaults})
Hello World!
@torjusb
torjusb / gist:62824
Created February 12, 2009 19:25
OnEvent function
addon:SetScript('OnEvent', function(self,event,...) self[event](self,...) end)