Mercurial > wow > breuesk
view Options.lua @ 25:cd241c70ba6c
Notes update
author | John@Yosemite-PC |
---|---|
date | Sat, 10 Mar 2012 09:04:49 -0500 |
parents | 21c58930f74e |
children | 72055fc7e115 |
line wrap: on
line source
bsk.options = { name= 'bsk', type = 'group', args = { version = { type = "execute", name = "Version query", desc = "Check others' versions", func = function(self) self:Print("TODO") end } } }