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

relay: add WeeChat version in config update callback

This commit is contained in:
Sébastien Helleu
2024-02-11 08:47:56 +01:00
parent 5a00f1a138
commit 9ce435fa5e
+1 -1
View File
@@ -1005,7 +1005,7 @@ relay_config_update_cb (const void *pointer, void *data,
if (version_read < 2)
{
/*
* changes in v2:
* changes in v2 (WeeChat 4.0.0):
* - options "ssl*" renamed to "tls*"
* - protocol "ssl" renamed to "tls" in port/path sections
*/