mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
api: rename function unhook_all_plugin to unhook_all
This commit is contained in:
@@ -3047,7 +3047,7 @@ API_FUNC(unhook_all)
|
||||
|
||||
v8::String::Utf8Value hook(args[0]);
|
||||
|
||||
weechat_unhook_all_plugin (js_current_script->name);
|
||||
weechat_unhook_all (js_current_script->name);
|
||||
|
||||
API_RETURN_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user