Software / code / clix
Changeset
29:1003e44cf3b0
squishy: Add the new command modules
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 12 Jan 2010 02:19:19 +0000 |
| parents | 28:c2998f70dfd4 |
| children | 30:2323adeb8c7c |
| files | squishy |
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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");