summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tabs.py6
1 files 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)