Software /
code /
clix
File
squishy @ 119:896a25ed6b1b
clix.roster: Turn off pattern matching in the list command (thanks mva)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 08 Feb 2014 16:40:00 +0100 |
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"