diff -r e87f4d0b1a80 -r 30f85754b1e0 clix.lua --- 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:");