Software /
code /
clix
File
squishy @ 155:65dc066a256a
clix.vcard: Use alternate method of enabling plugin
Dunno if this is better, but I've had this like this uncommitted for so
long.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 10 Apr 2021 00:49:46 +0200 (2021-04-09) |
parent | 139:6909e479c56b |
child | 157:aa0f11fb166c |
line wrap: on
line source
local commands = { "send"; "sendfilecontent"; "receive"; "version"; "ping"; "bounce"; "mirror"; "raw"; "roster"; "export"; "vcard"; "publish_atom"; "sendfile"; "archive"; "presence"; "watch_pep"; } 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"