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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user