1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

irc, buflist: add bar item "tls_version" with options for colors, add buflist format "${format_tls_version}" (issue #1622)

This commit is contained in:
Andrew Potter
2021-03-26 17:27:37 -07:00
committed by Sébastien Helleu
parent 670c5cd745
commit 94c902adfc
18 changed files with 187 additions and 3 deletions
+1
View File
@@ -2994,6 +2994,7 @@ IRC_PROTOCOL_CALLBACK(001)
server->is_connected = 1;
server->reconnect_delay = 0;
server->monitor_time = time (NULL) + 5;
irc_server_set_tls_version (server);
if (server->hook_timer_connection)
{