1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +02:00

Disable highlight for IRC messages from local nick

This commit is contained in:
Sebastien Helleu
2008-11-10 22:41:32 +01:00
parent cecc1f9ea7
commit f74fd05da7
3 changed files with 12 additions and 3 deletions
+2
View File
@@ -31,6 +31,8 @@ struct t_gui_line;
#define gui_chat_printf(buffer, argz...) \
gui_chat_printf_date_tags(buffer, 0, NULL, ##argz)
#define GUI_CHAT_TAG_NO_HIGHLIGHT "no_highlight"
enum t_gui_prefix
{
GUI_CHAT_PREFIX_ERROR = 0,