From 72c634aaeaaa83e05e159f68191f1f6e4e929c61 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 25 Nov 2011 11:17:26 +0100 Subject: fixes #2270 --- src/tabs.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tabs.py b/src/tabs.py index 76bbb372..3f40ad12 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -1319,9 +1319,9 @@ class MucTab(ChatTab): highlight = self.do_highlight(txt, time, nickname) if highlight: nick_color = highlight - if special_message: - txt = '\x195}%s' % (txt,) - nickname = None + if special_message: + txt = '\x195}%s' % (txt,) + nickname = None time = time or datetime.now() self._text_buffer.add_message(txt, time, nickname, nick_color, history, user) -- cgit v1.2.3