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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user