From 0de6a197f645d7bac3163355cbb999a4ea0f1afc Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 19 Jul 2012 02:05:02 +0200 Subject: Fix /info (role and affiliation were inverted) --- src/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tabs.py b/src/tabs.py index 4d1d9072..f697d888 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -737,8 +737,8 @@ class MucTab(ChatTab): info = '%s%s: show: %s, affiliation: %s, role: %s%s' % (arg, ' (%s)' % user.jid if user.jid else '', user.show or 'Available', - user.role or 'None', user.affiliation or 'None', + user.role or 'None', '\n%s' % user.status if user.status else '') self.core.information(info, 'Info') -- cgit v1.2.3