Software /
code /
clix
File
squishy @ 101:956242b7d5df
clix/presence: Handle invalid <show> values (thanks Lonnie Abelbeck)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 31 Mar 2013 02:56:39 +0100 |
parent | 100:de5abce983d9 |
child | 107:67ff8f55db4a |
child | 120:f1166645a56c |
line wrap: on
line source
local commands = { "send"; "receive"; "version"; "bounce"; "mirror"; "raw"; "roster"; "export"; "vcard"; "publish_atom"; "sendfile"; "archive"; "presence"; } for _, cmd in ipairs(commands) do Module("clix."..cmd)("clix/"..cmd..".lua") end if GetOption "with-verse" then Module("verse")(GetOption "with-verse"); end Main "clix.lua" Option "executable" Output "clix.bin"