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

Renamed hook "event" to "signal"

This commit is contained in:
Sebastien Helleu
2007-12-13 11:47:12 +01:00
parent 7a8fb5b2da
commit 2e74526bb9
14 changed files with 123 additions and 110 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ plugin_load (char *filename)
new_plugin->hook_timer = &plugin_api_hook_timer;
new_plugin->hook_fd = &plugin_api_hook_fd;
new_plugin->hook_print = &plugin_api_hook_print;
new_plugin->hook_event = &plugin_api_hook_event;
new_plugin->hook_signal = &plugin_api_hook_signal;
new_plugin->hook_config = &plugin_api_hook_config;
new_plugin->hook_completion = &plugin_api_hook_completion;
new_plugin->unhook = &plugin_api_unhook;