view Options.lua @ 2:00286ba3b9c4

Bug: forgot raid list was keyed with the names
author John@Yosemite-PC
date Fri, 02 Mar 2012 22:44:30 -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
        }
    }
}