Software /
code /
clix
Comparison
clix.lua @ 5:7209e1f8e66b
clix.lua, COPYING: Add COPYING file with MIT license, add copyright header to clix.lua
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 06 Jan 2010 18:25:17 +0000 |
parent | 4:ead275885948 |
child | 7:6078e8d2b59d |
comparison
equal
deleted
inserted
replaced
4:ead275885948 | 5:7209e1f8e66b |
---|---|
1 #!/usr/bin/env lua | 1 #!/usr/bin/env lua |
2 -- Clix -- Command-line XMPP | |
3 -- Copyright (C) 2008-2010 Matthew Wild | |
4 -- | |
5 -- This project is MIT/X11 licensed. Please see the | |
6 -- COPYING file in the source package for more information. | |
7 -- | |
2 require "verse" | 8 require "verse" |
3 require "verse.client" | 9 require "verse.client" |
4 | 10 |
5 local command = arg[1]; | 11 local command = arg[1]; |
6 | 12 |