1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

alias: add WeeChat version in config update callback

This commit is contained in:
Sébastien Helleu
2024-02-11 08:40:49 +01:00
parent e191d9225b
commit 9eb3403008
+1 -1
View File
@@ -384,7 +384,7 @@ alias_config_update_cb (const void *pointer, void *data,
if (version_read < 2)
{
/*
* changes in v2:
* changes in v2 (WeeChat 4.0.0):
* - aliases are in lower case by default
* (default aliases and those created by users are automatically
* converted to lower case)