diff -r 19c5a66837ed -r c5f04bdc7c64 clix/raw.lua --- a/clix/raw.lua Thu Jan 07 21:24:47 2010 +0000 +++ b/clix/raw.lua Thu Jan 07 22:05:25 2010 +0000 @@ -4,7 +4,6 @@ return function (opts, args) local function on_connect(conn) conn:hook("incoming-raw", print); - io.stderr:write("Connected as ", conn.jid, "\n"); if opts.interactive or opts.stdin then local stdin = { getfd = function () return 0; end;