view Options.lua @ 29:731182d55b6c

Bug fix (iterate list by ipairs) Cleanup to RemovePerson
author John@Yosemite-PC
date Sun, 11 Mar 2012 17:47:26 -0400
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
        }
    }
}