1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-23 11:26:38 +02:00

api: rename function unhook_all_plugin to unhook_all

This commit is contained in:
Sébastien Helleu
2016-03-24 09:17:54 +01:00
parent 293f758a3a
commit 5244a707cb
10 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -3224,7 +3224,7 @@ API_FUNC(unhook_all)
API_INIT_FUNC(1, "unhook_all", API_RETURN_ERROR);
weechat_unhook_all_plugin (python_current_script->name);
weechat_unhook_all (python_current_script->name);
API_RETURN_OK;
}