highlight us when we are mentioned in a /me sentence. fixes #3753

This commit is contained in:
Yann Leboulanger 2008-03-02 14:23:52 +00:00
parent d42f46db4c
commit 102ff630fb
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ class ChatControlBase(MessageControl):
type_ = 'printed_' + self.type_id
event = 'message_received'
if gc_message:
if other_tags_for_text == ['marked']:
if 'marked' in other_tags_for_text:
type_ = 'printed_marked_gc_msg'
else:
type_ = 'printed_gc_msg'