summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-10-12 22:28:10 +0200
committermathieui <mathieui@mathieui.net>2014-10-12 22:28:10 +0200
commit577d6ea87bf7b5c96fbf307dbf921e1b5f594cbe (patch)
tree2dd0bb222b7d4ef4af5005c96ba403794332fb42
parent25e91b0c9453cc235b539c39caf33853d618a51d (diff)
downloadpoezio-577d6ea87bf7b5c96fbf307dbf921e1b5f594cbe.tar.gz
poezio-577d6ea87bf7b5c96fbf307dbf921e1b5f594cbe.tar.bz2
poezio-577d6ea87bf7b5c96fbf307dbf921e1b5f594cbe.tar.xz
poezio-577d6ea87bf7b5c96fbf307dbf921e1b5f594cbe.zip
Output the result of the /info command in the MUC window
and not the global info buffer
-rw-r--r--src/tabs/muctab.py3
1 files changed, 2 insertions, 1 deletions
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):
"""