1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

Added print hooks (to catch any printf on buffers)

This commit is contained in:
Sebastien Helleu
2007-11-07 15:11:06 +01:00
parent dc4f5ea2e2
commit 50889eaf3b
9 changed files with 233 additions and 113 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ plugin_load (char *filename)
new_plugin->infobar_remove = &plugin_api_infobar_remove;
new_plugin->hook_command = &plugin_api_hook_command;
new_plugin->hook_message = &plugin_api_hook_message;
new_plugin->hook_print = &plugin_api_hook_print;
new_plugin->hook_config = &plugin_api_hook_config;
new_plugin->hook_timer = &plugin_api_hook_timer;
new_plugin->hook_fd = &plugin_api_hook_fd;