Mercurial > wow > breuesk
view 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 |
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 } } }