clix/roster.lua

changeset 91
7816f24d0fdc
parent 66
13d6d39f5952
child 110
ded3938232f0
--- a/clix/roster.lua	Wed Jul 04 07:51:35 2012 +0200
+++ b/clix/roster.lua	Sun Jul 29 23:58:39 2012 +0200
@@ -71,7 +71,7 @@
 					local name, host = item.name or split_jid(jid);
 					local groups = table.concat(item.groups or {}, ", ");
 					if not param or ( (name and name:match(param)) or jid:match(param) ) then
-						print(name or host, jid, groups);
+						print(jid, name or host, groups);
 					end
 				end
 			end;

mercurial