Mercurial > wow > breuesk
view Options.lua @ 101:25c127c4c1e8
Cleanup. Notes. Always use ipairs on changes table - no guarantee of ordering with pairs
author | John@Doomsday |
---|---|
date | Thu, 03 May 2012 09:04:51 -0400 |
parents | 4109683c3172 |
children |
line wrap: on
line source
--local bsk = bsk --local _G=_G setfenv(1,bsk) options = { name= 'bsk', type = 'group', args = { version = { type = "execute", name = "Version query", desc = "Check others' versions", func = function(self) print("TODO") end } } }