Mercurial > wow > breuesk
annotate Options.lua @ 22:27cf1355cd6f
Bugfixes (changes to zero length lists are killing me)
Remove someone from a list
author | John@Yosemite-PC |
---|---|
date | Fri, 09 Mar 2012 23:58:13 -0500 |
parents | 21c58930f74e |
children | 72055fc7e115 |
rev | line source |
---|---|
John@1 | 1 |
John@1 | 2 bsk.options = { |
John@1 | 3 name= 'bsk', |
John@1 | 4 type = 'group', |
John@1 | 5 args = |
John@1 | 6 { |
John@1 | 7 version = |
John@1 | 8 { |
John@1 | 9 type = "execute", |
John@1 | 10 name = "Version query", |
John@1 | 11 desc = "Check others' versions", |
John@1 | 12 func = function(self) self:Print("TODO") end |
John@1 | 13 } |
John@1 | 14 } |
John@1 | 15 } |