Software /
code /
clix
File
squishy @ 120:f1166645a56c
new sendfilecontent plugin
- todo: add full or relative path possibility. not only current path
author | Marc Fauser |
---|---|
date | Wed, 20 Aug 2014 12:05:46 +0200 |
parent | 100:de5abce983d9 |
child | 122:1dfd28db10bd |
line wrap: on
line source
local commands = { "send"; "sendfilecontent"; "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"