| 5722 } |
5722 } |
| 5723 |
5723 |
| 5724 if (flags & PURPLE_MESSAGE_NICK) { |
5724 if (flags & PURPLE_MESSAGE_NICK) { |
| 5725 tagname = "highlight-name"; |
5725 tagname = "highlight-name"; |
| 5726 } else if (flags & PURPLE_MESSAGE_RECV) { |
5726 } else if (flags & PURPLE_MESSAGE_RECV) { |
| 5727 /* The tagname and color is handled by get_buddy_tag */ |
5727 /* The tagname for chats is handled by get_buddy_tag */ |
| 5728 if (type == PURPLE_CONV_TYPE_IM) { |
5728 if (type == PURPLE_CONV_TYPE_IM) { |
| 5729 tagname = "receive-name"; |
5729 tagname = "receive-name"; |
| 5730 } |
5730 } |
| 5731 } else if (flags & PURPLE_MESSAGE_SEND) { |
5731 } else if (flags & PURPLE_MESSAGE_SEND) { |
| 5732 tagname = "send-name"; |
5732 tagname = "send-name"; |