From 577d6ea87bf7b5c96fbf307dbf921e1b5f594cbe Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 12 Oct 2014 22:28:10 +0200 Subject: Output the result of the /info command in the MUC window and not the global info buffer --- src/tabs/muctab.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tabs/muctab.py b/src/tabs/muctab.py index 5167dffd..c36a533d 100644 --- a/src/tabs/muctab.py +++ b/src/tabs/muctab.py @@ -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): """ -- cgit v1.2.3