fixes #2270
This commit is contained in:
parent
ac2b71e1ed
commit
72c634aaea
1 changed files with 3 additions and 3 deletions
|
@ -1319,9 +1319,9 @@ class MucTab(ChatTab):
|
||||||
highlight = self.do_highlight(txt, time, nickname)
|
highlight = self.do_highlight(txt, time, nickname)
|
||||||
if highlight:
|
if highlight:
|
||||||
nick_color = highlight
|
nick_color = highlight
|
||||||
if special_message:
|
if special_message:
|
||||||
txt = '\x195}%s' % (txt,)
|
txt = '\x195}%s' % (txt,)
|
||||||
nickname = None
|
nickname = None
|
||||||
time = time or datetime.now()
|
time = time or datetime.now()
|
||||||
self._text_buffer.add_message(txt, time, nickname, nick_color, history, user)
|
self._text_buffer.add_message(txt, time, nickname, nick_color, history, user)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue