squishy: Add the new command modules

Tue, 12 Jan 2010 02:19:19 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 12 Jan 2010 02:19:19 +0000
changeset 29
1003e44cf3b0
parent 28
c2998f70dfd4
child 30
2323adeb8c7c

squishy: Add the new command modules

squishy file | annotate | diff | comparison | revisions
--- a/squishy	Tue Jan 12 02:17:58 2010 +0000
+++ b/squishy	Tue Jan 12 02:19:19 2010 +0000
@@ -1,6 +1,9 @@
 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");

mercurial