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

Fix reload of file rmodifier.conf

This commit is contained in:
Sebastien Helleu
2011-02-23 16:33:55 +01:00
parent e3cc291448
commit 0e51b63686
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -62,6 +62,7 @@ rmodifier_config_reload (void *data, struct t_config_file *config_file)
(void) data;
rmodifier_free_all ();
weechat_config_section_free_options (rmodifier_config_section_modifier);
return weechat_config_reload (config_file);
}