Mercurial > wow > breuesk
annotate Options.lua @ 98:0cd1d46e7b66
Admin detection from a string of the format "BSKADMIN: admin1, admin2, ..." in the guild info box
author | John@Doomsday |
---|---|
date | Fri, 27 Apr 2012 09:41:26 -0400 |
parents | 4109683c3172 |
children |
rev | line source |
---|---|
John@43 | 1 --local bsk = bsk |
John@43 | 2 --local _G=_G |
John@42 | 3 setfenv(1,bsk) |
John@42 | 4 options = { |
John@1 | 5 name= 'bsk', |
John@1 | 6 type = 'group', |
John@1 | 7 args = |
John@1 | 8 { |
John@1 | 9 version = |
John@1 | 10 { |
John@1 | 11 type = "execute", |
John@1 | 12 name = "Version query", |
John@1 | 13 desc = "Check others' versions", |
John@43 | 14 func = function(self) print("TODO") end |
John@43 | 15 } |
John@1 | 16 } |
John@1 | 17 } |