Fix /info (role and affiliation were inverted)
This commit is contained in:
parent
082067afe9
commit
0de6a197f6
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue