diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-11 08:47:56 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-11 08:47:56 +0100 |
commit | 9ce435fa5e1354b11f940a8a24b94773db900c16 (patch) | |
tree | 75a5887d564c3a679ade4bb5166cec9422b8437d /src/plugins/relay | |
parent | 5a00f1a138d7c36a5127c7fb47410732d6cbc4c6 (diff) | |
download | weechat-9ce435fa5e1354b11f940a8a24b94773db900c16.zip |
relay: add WeeChat version in config update callback
Diffstat (limited to 'src/plugins/relay')
-rw-r--r-- | src/plugins/relay/relay-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c index 148e693d6..d9805aa59 100644 --- a/src/plugins/relay/relay-config.c +++ b/src/plugins/relay/relay-config.c @@ -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 */ |