diff options
author | TingPing <tingping@tingping.se> | 2013-03-09 17:57:06 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-03-09 17:57:06 -0500 |
commit | 6bd96564168c66eda4d1b198e62c7bd20549205e (patch) | |
tree | 96d8e6b9024b5ea55768bc1aecee6648d22be2d4 /src/common/hexchat.h | |
parent | c76dedd9b9f7a15deaac01783bab2f2da225ebd6 (diff) |
Add option to color nicknames in the userlist to match the chat
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index dfd2fd5a..fad61938 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -158,6 +158,7 @@ struct hexchatprefs unsigned int hex_gui_tray_minimize; unsigned int hex_gui_tray_quiet; unsigned int hex_gui_ulist_buttons; + unsigned int hex_gui_ulist_color; unsigned int hex_gui_ulist_count; unsigned int hex_gui_ulist_hide; unsigned int hex_gui_ulist_icons; |