X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/6b3e61f1f8b5d87bc1a4036c206a5f5f4315f642..2575a78b0e5a4c58849a4a7f9bcce0d6b970db6d:/ircd/hook.c diff --git a/ircd/hook.c b/ircd/hook.c index dfb7a1f9..a15afdd0 100644 --- a/ircd/hook.c +++ b/ircd/hook.c @@ -62,6 +62,7 @@ int h_privmsg_channel; int h_conf_read_start; int h_conf_read_end; int h_outbound_msgbuf; +int h_rehash; void init_hook(void) @@ -84,6 +85,7 @@ init_hook(void) h_conf_read_start = register_hook("conf_read_start"); h_conf_read_end = register_hook("conf_read_end"); h_outbound_msgbuf = register_hook("outbound_msgbuf"); + h_rehash = register_hook("rehash"); } /* grow_hooktable()