diff -r 028c5ffc6d7c -r 5b58c002d6ad clix/mirror.lua --- a/clix/mirror.lua Tue Jan 12 02:17:03 2010 +0000 +++ b/clix/mirror.lua Tue Jan 12 02:17:38 2010 +0000 @@ -1,4 +1,8 @@ return function (opts, arg) + if opts.short_help then + print("Echo received stanzas back to sender"); + return; + end local function on_connect(conn) local function on_stanza(stanza) if stanza.name == "presence" and opts.presence