1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

Use nick color for display of IRC action messages

This commit is contained in:
Sebastien Helleu
2008-12-17 16:36:01 +01:00
parent adb1fe0747
commit abb6b4d76e
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -1378,7 +1378,7 @@ config_weechat_init ()
weechat_config_file, ptr_section,
"chat_nick_other", "color",
N_("text color for other nick in private buffer"),
NULL, GUI_COLOR_CHAT_NICK_OTHER, 0, "default", NULL,
NULL, GUI_COLOR_CHAT_NICK_OTHER, 0, "cyan", NULL,
NULL, NULL, &config_change_color, NULL, NULL, NULL);
config_color_chat_nick_colors[0] = config_file_new_option (
weechat_config_file, ptr_section,