mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
api: add function hook_line
This commit is contained in:
+299
-290
File diff suppressed because it is too large
Load Diff
@@ -135,6 +135,7 @@ PHP_FUNCTION(weechat_hook_fd);
|
||||
PHP_FUNCTION(weechat_hook_process);
|
||||
PHP_FUNCTION(weechat_hook_process_hashtable);
|
||||
PHP_FUNCTION(weechat_hook_connect);
|
||||
PHP_FUNCTION(weechat_hook_line);
|
||||
PHP_FUNCTION(weechat_hook_print);
|
||||
PHP_FUNCTION(weechat_hook_signal);
|
||||
PHP_FUNCTION(weechat_hook_signal_send);
|
||||
|
||||
@@ -189,6 +189,7 @@ const zend_function_entry weechat_functions[] = {
|
||||
PHP_FE(weechat_hook_process, NULL)
|
||||
PHP_FE(weechat_hook_process_hashtable, NULL)
|
||||
PHP_FE(weechat_hook_connect, NULL)
|
||||
PHP_FE(weechat_hook_line, NULL)
|
||||
PHP_FE(weechat_hook_print, NULL)
|
||||
PHP_FE(weechat_hook_signal, NULL)
|
||||
PHP_FE(weechat_hook_signal_send, NULL)
|
||||
|
||||
Reference in New Issue
Block a user