File

squishy @ 45:36f5bf718d3c

clix.lua: Close connection immediately rather than delaying if send buffer is empty (thanks Florob)
author Matthew Wild <mwild1@gmail.com>
date Tue, 14 Dec 2010 20:18:56 +0000
parent 29:1003e44cf3b0
child 48:8206f3369d37
line wrap: on
line source

Module "clix.send" "clix/send.lua"
Module "clix.receive" "clix/receive.lua"
Module "clix.version" "clix/version.lua"
Module "clix.bounce" "clix/bounce.lua"
Module "clix.mirror" "clix/mirror.lua"
Module "clix.raw" "clix/raw.lua"

if GetOption "with-verse" then
	Module("verse")(GetOption "with-verse");
end

Main "clix.lua"

Option "executable"
Output "clix.bin"