X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/13ae2f4b6904ebf7b8160902f9ffeb80f7585ed2..16d8d9fc6d5131eebc8fd10b4a025c0f8eda06f7:/src/hook.c diff --git a/src/hook.c b/src/hook.c index 5ef51f0..91b6413 100644 --- a/src/hook.c +++ b/src/hook.c @@ -59,9 +59,11 @@ int h_burst_finished; int h_server_introduced; int h_server_eob; int h_client_exit; +int h_umode_changed; int h_new_local_user; int h_new_remote_user; int h_introduce_client; +int h_can_kick; void init_hook(void) @@ -84,6 +86,7 @@ init_hook(void) h_new_local_user = register_hook("new_local_user"); h_new_remote_user = register_hook("new_remote_user"); h_introduce_client = register_hook("introduce_client"); + h_can_kick = register_hook("can_kick"); } /* grow_hooktable()