Output the result of the /info command in the MUC window

and not the global info buffer
This commit is contained in:
mathieui 2014-10-12 22:28:10 +02:00
parent 25e91b0c94
commit 577d6ea87b
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -355,7 +355,8 @@ class MucTab(ChatTab):
dump_tuple(theme.color_role(user.role)),
user.role or 'None',
'\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):
"""