X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/94c0bd4abe20814f3fcf191706303f7aa0f85937..d25c6eb1b223d1a0993dde9a28c97ef95e54bceb:/src/hook.c diff --git a/src/hook.c b/src/hook.c index 79a9a10..91b6413 100644 --- a/src/hook.c +++ b/src/hook.c @@ -63,6 +63,7 @@ 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) @@ -85,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()