mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 06:46:38 +02:00
core: call the config hook when options are renamed
This commit is contained in:
@@ -1692,6 +1692,8 @@ config_file_option_rename (struct t_config_option *option,
|
||||
free (full_old_name);
|
||||
if (full_new_name)
|
||||
free (full_new_name);
|
||||
|
||||
config_file_hook_config_exec (option);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user