summaryrefslogtreecommitdiff
path: root/src/plugins/irc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-04-06 00:02:15 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-04-12 17:17:26 +0200
commit23b870ec1daa7c86983cefbf905850ea5eb5bc8e (patch)
treeca8b24c82bb7bab5b5968b6ae8d72785308b3d35 /src/plugins/irc
parentff2f94c12bcd76558ce255f6ca22cc98f5bc717d (diff)
downloadweechat-23b870ec1daa7c86983cefbf905850ea5eb5bc8e.zip
core: rename option weechat.color.status_name_ssl to weechat.color.status_name_tls (issue #1903)
Diffstat (limited to 'src/plugins/irc')
-rw-r--r--src/plugins/irc/irc-color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-color.h b/src/plugins/irc/irc-color.h
index 3d966754b..95b18de2e 100644
--- a/src/plugins/irc/irc-color.h
+++ b/src/plugins/irc/irc-color.h
@@ -82,7 +82,7 @@
#define IRC_COLOR_NOTICE weechat_color(weechat_config_string(irc_config_color_notice))
#define IRC_COLOR_STATUS_NUMBER weechat_color("status_number")
#define IRC_COLOR_STATUS_NAME weechat_color("status_name")
-#define IRC_COLOR_STATUS_NAME_SSL weechat_color("status_name_ssl")
+#define IRC_COLOR_STATUS_NAME_SSL weechat_color("status_name_tls")
#define IRC_COLOR_MESSAGE_JOIN weechat_color(weechat_config_string(irc_config_color_message_join))
#define IRC_COLOR_MESSAGE_ACCOUNT weechat_color(weechat_config_string(irc_config_color_message_account))
#define IRC_COLOR_MESSAGE_CHGHOST weechat_color(weechat_config_string(irc_config_color_message_chghost))