clix.lua

changeset 82
30f85754b1e0
parent 70
5e93cfc73444
child 86
12939dcba0f2
--- a/clix.lua	Thu Jun 28 11:33:01 2012 +0200
+++ b/clix.lua	Thu Jun 28 14:40:36 2012 +0200
@@ -10,7 +10,7 @@
 
 -- Global to allow commands to add to it
 short_opts = { v = "verbose", q = "quiet", t = "to", f = "from", e = "type",
-	a = "account", p = "password", r = "resource", o = "presence", c = "chatroom" }
+	a = "account", p = "password", r = "resource", o = "presence", c = "chatroom", i = "interactive" }
 
 if #arg < 1 then
 	print("Command Line XMPP, available commands:");

mercurial