This commit is contained in:
Florent Le Coz 2011-11-25 11:17:26 +01:00
parent ac2b71e1ed
commit 72c634aaea

View file

@ -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)