1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

scripts: add function hook_url in scripting API

This commit is contained in:
Sébastien Helleu
2023-09-08 17:07:03 +02:00
parent 24d2ba3338
commit fb00bc1f4b
16 changed files with 705 additions and 2 deletions
+1
View File
@@ -199,6 +199,7 @@ const zend_function_entry weechat_functions[] = {
PHP_FE(weechat_hook_fd, arginfo_weechat_hook_fd)
PHP_FE(weechat_hook_process, arginfo_weechat_hook_process)
PHP_FE(weechat_hook_process_hashtable, arginfo_weechat_hook_process_hashtable)
PHP_FE(weechat_hook_url, arginfo_weechat_hook_url)
PHP_FE(weechat_hook_connect, arginfo_weechat_hook_connect)
PHP_FE(weechat_hook_line, arginfo_weechat_hook_line)
PHP_FE(weechat_hook_print, arginfo_weechat_hook_print)