Software /
code /
clix
Annotate
squishy @ 64:582afbb2b23d
clix.vcard, squishy: Add plugin that fetches and converts peoples vCards to the text format.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 14 Aug 2011 21:30:08 +0200 |
parent | 51:e6a408eaa825 |
child | 73:1032eddcf35b |
rev | line source |
---|---|
16
3a1c076d9382
Rename command 'message'->'send' and add 'receive' to the squishy file
Matthew Wild <mwild1@gmail.com>
parents:
1
diff
changeset
|
1 Module "clix.send" "clix/send.lua" |
3a1c076d9382
Rename command 'message'->'send' and add 'receive' to the squishy file
Matthew Wild <mwild1@gmail.com>
parents:
1
diff
changeset
|
2 Module "clix.receive" "clix/receive.lua" |
0 | 3 Module "clix.version" "clix/version.lua" |
29
1003e44cf3b0
squishy: Add the new command modules
Matthew Wild <mwild1@gmail.com>
parents:
26
diff
changeset
|
4 Module "clix.bounce" "clix/bounce.lua" |
1003e44cf3b0
squishy: Add the new command modules
Matthew Wild <mwild1@gmail.com>
parents:
26
diff
changeset
|
5 Module "clix.mirror" "clix/mirror.lua" |
1003e44cf3b0
squishy: Add the new command modules
Matthew Wild <mwild1@gmail.com>
parents:
26
diff
changeset
|
6 Module "clix.raw" "clix/raw.lua" |
48 | 7 Module "clix.roster" "clix/roster.lua" |
51 | 8 Module "clix.export" "clix/export.lua" |
64
582afbb2b23d
clix.vcard, squishy: Add plugin that fetches and converts peoples vCards to the text format.
Kim Alvefur <zash@zash.se>
parents:
51
diff
changeset
|
9 Module "clix.vcard" "clix/vcard.lua" |
0 | 10 |
26
028c5ffc6d7c
squish: Add --with-verse option to allow packing verse in as well
Matthew Wild <mwild1@gmail.com>
parents:
16
diff
changeset
|
11 if GetOption "with-verse" then |
028c5ffc6d7c
squish: Add --with-verse option to allow packing verse in as well
Matthew Wild <mwild1@gmail.com>
parents:
16
diff
changeset
|
12 Module("verse")(GetOption "with-verse"); |
028c5ffc6d7c
squish: Add --with-verse option to allow packing verse in as well
Matthew Wild <mwild1@gmail.com>
parents:
16
diff
changeset
|
13 end |
028c5ffc6d7c
squish: Add --with-verse option to allow packing verse in as well
Matthew Wild <mwild1@gmail.com>
parents:
16
diff
changeset
|
14 |
0 | 15 Main "clix.lua" |
1
58c694492459
squish: Fix name conflict with clix directory
Matthew Wild <mwild1@gmail.com>
parents:
0
diff
changeset
|
16 |
58c694492459
squish: Fix name conflict with clix directory
Matthew Wild <mwild1@gmail.com>
parents:
0
diff
changeset
|
17 Option "executable" |
58c694492459
squish: Fix name conflict with clix directory
Matthew Wild <mwild1@gmail.com>
parents:
0
diff
changeset
|
18 Output "clix.bin" |