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:
committed by
Sébastien Helleu
parent
670c5cd745
commit
94c902adfc
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user