1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

irc: add WeeChat version in config update callback

This commit is contained in:
Sébastien Helleu
2024-02-11 08:41:15 +01:00
parent 9eb3403008
commit 5a00f1a138
+2 -2
View File
@@ -2897,7 +2897,7 @@ irc_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*"
*/
ptr_section = weechat_hashtable_get (data_read, "section");
@@ -2957,7 +2957,7 @@ irc_config_update_cb (const void *pointer, void *data,
if (version_read < 3)
{
/*
* changes in v3:
* changes in v3 (WeeChat 4.1.0):
* - options "irc.ctcp.*" are now evaluated
* (eg: "$version" -> "${version"})
*/