From 8ca738e8a9b80bcec911b011ae53de9fbe68c9e5 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 22 Feb 2014 00:19:22 +0100 Subject: =?UTF-8?q?Fix=20#2474=20(bans=20aren=E2=80=99t=20logged)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabs.py b/src/tabs.py index bb66f381..979f451f 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -1636,7 +1636,7 @@ class MucTab(ChatTab): if reason is not None and reason.text: kick_msg += _('\x19%(info_col)s} Reason: \x196}%(reason)s\x19%(info_col)s}') % { 'reason': reason.text, 'info_col': dump_tuple(get_theme().COLOR_INFORMATION_TEXT)} - self._text_buffer.add_message(kick_msg) + self.add_message(kick_msg, typ=2) def on_user_kicked(self, presence, user, from_nick): """ -- cgit v1.2.3