Mercurial > wow > breuesk
view Options.lua @ 70:236117ab8a49
Decent sketch of what the communication system might look like
author | John@Yosemite-PC |
---|---|
date | Thu, 29 Mar 2012 23:24: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 } } }