int rmodifier_config_reload (void *data, struct t_config_file *config_file) { /* make C compiler happy */ (void) data; rmodifier_free_all (); weechat_config_section_free_options (rmodifier_config_section_modifier); return weechat_config_reload (config_file); }
int weechat_plugin_end (struct t_weechat_plugin *plugin) { /* make C compiler happy */ (void) plugin; rmodifier_config_write (); rmodifier_free_all (); weechat_list_free (rmodifier_hook_list); weechat_config_free (rmodifier_config_file); return WEECHAT_RC_OK; }