Software /
code /
clix
File
squishy @ 109:ab7e4845b6c1
clix.publish_atom: The node is required, so print the help if it's missing
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 02 Jul 2013 17:03:34 +0200 |
parent | 107:67ff8f55db4a |
child | 122:1dfd28db10bd |
line wrap: on
line source
local commands = { "send"; "receive"; "version"; "ping"; "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"