Comparison

squishy @ 100:de5abce983d9

squish: Add presence command
author Matthew Wild <mwild1@gmail.com>
date Sat, 30 Mar 2013 14:26:05 +0000
parent 76:aa672fc46be1
child 107:67ff8f55db4a
child 120:f1166645a56c
comparison
equal deleted inserted replaced
99:c51402a40e41 100:de5abce983d9
9 "export"; 9 "export";
10 "vcard"; 10 "vcard";
11 "publish_atom"; 11 "publish_atom";
12 "sendfile"; 12 "sendfile";
13 "archive"; 13 "archive";
14 "presence";
14 } 15 }
15 16
16 for _, cmd in ipairs(commands) do 17 for _, cmd in ipairs(commands) do
17 Module("clix."..cmd)("clix/"..cmd..".lua") 18 Module("clix."..cmd)("clix/"..cmd..".lua")
18 end 19 end