mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 18:23:13 +02:00
api: rename function unhook_all_plugin to unhook_all
This commit is contained in:
@@ -3830,7 +3830,7 @@ weechat_ruby_api_unhook_all (VALUE class)
|
||||
{
|
||||
API_INIT_FUNC(1, "unhook_all", API_RETURN_ERROR);
|
||||
|
||||
weechat_unhook_all_plugin (ruby_current_script->name);
|
||||
weechat_unhook_all (ruby_current_script->name);
|
||||
|
||||
API_RETURN_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user