Output the result of the /info command in the MUC window
and not the global info buffer
This commit is contained in:
parent
25e91b0c94
commit
577d6ea87b
1 changed files with 2 additions and 1 deletions
|
@ -355,7 +355,8 @@ class MucTab(ChatTab):
|
||||||
dump_tuple(theme.color_role(user.role)),
|
dump_tuple(theme.color_role(user.role)),
|
||||||
user.role or 'None',
|
user.role or 'None',
|
||||||
'\n%s' % user.status if user.status else '')
|
'\n%s' % user.status if user.status else '')
|
||||||
self.core.information(info, 'Info')
|
self.add_message(info, typ=0)
|
||||||
|
self.core.refresh_window()
|
||||||
|
|
||||||
def command_configure(self, arg):
|
def command_configure(self, arg):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue