squishy

Tue, 14 Dec 2010 20:18:56 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 14 Dec 2010 20:18:56 +0000
changeset 45
36f5bf718d3c
parent 29
1003e44cf3b0
child 48
8206f3369d37
permissions
-rw-r--r--

clix.lua: Close connection immediately rather than delaying if send buffer is empty (thanks Florob)

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"

mercurial