Diff

squishy @ 29:1003e44cf3b0

squishy: Add the new command modules
author Matthew Wild <mwild1@gmail.com>
date Tue, 12 Jan 2010 02:19:19 +0000
parent 26:028c5ffc6d7c
child 48:8206f3369d37
line wrap: on
line diff
--- 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");