mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 18:23:13 +02:00
Add new hook type "process": launch command with fork and catch result (rc/stdout/stderr) via callback
This commit is contained in:
@@ -439,6 +439,7 @@ plugin_load (const char *filename)
|
||||
new_plugin->hook_command_run = &hook_command_run;
|
||||
new_plugin->hook_timer = &hook_timer;
|
||||
new_plugin->hook_fd = &hook_fd;
|
||||
new_plugin->hook_process = &hook_process;
|
||||
new_plugin->hook_connect = &hook_connect;
|
||||
new_plugin->hook_print = &hook_print;
|
||||
new_plugin->hook_signal = &hook_signal;
|
||||
|
||||
Reference in New Issue
Block a user