Software /
code /
clix
File
squishy @ 87:a93406de9f0f
clix.lua: Log nothing when --quiet
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 30 Jun 2012 00:58:52 +0200 (2012-06-29) |
parent | 76:aa672fc46be1 |
child | 100:de5abce983d9 |
child | 102:16cdeb9cd879 |
line wrap: on
line source
local commands = { "send"; "receive"; "version"; "bounce"; "mirror"; "raw"; "roster"; "export"; "vcard"; "publish_atom"; "sendfile"; "archive"; } 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"