From 5244a707cb8bdfc7b19a1505938d5d79b44aef66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 24 Mar 2016 09:17:54 +0100 Subject: api: rename function unhook_all_plugin to unhook_all --- src/plugins/lua/weechat-lua-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/lua') diff --git a/src/plugins/lua/weechat-lua-api.c b/src/plugins/lua/weechat-lua-api.c index 1900aed0b..893424034 100644 --- a/src/plugins/lua/weechat-lua-api.c +++ b/src/plugins/lua/weechat-lua-api.c @@ -3254,7 +3254,7 @@ API_FUNC(unhook_all) { API_INIT_FUNC(1, "unhook_all", API_RETURN_ERROR); - weechat_unhook_all_plugin (lua_current_script->name); + weechat_unhook_all (lua_current_script->name); API_RETURN_OK; } -- cgit v1.2.3