mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 21:06:38 +02:00
api: rename function unhook_all_plugin to unhook_all
This commit is contained in:
@@ -928,7 +928,7 @@ plugin_script_remove (struct t_weechat_plugin *weechat_plugin,
|
||||
plugin_script_remove_configs (weechat_plugin, script);
|
||||
|
||||
/* remove all hooks created by this script */
|
||||
weechat_unhook_all_plugin (script->name);
|
||||
weechat_unhook_all (script->name);
|
||||
|
||||
/* free data */
|
||||
if (script->filename)
|
||||
|
||||
Reference in New Issue
Block a user