]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/hook.c
Removal of ancient SVN ID's part one
[irc/rqf/shadowircd.git] / src / hook.c
index 79a9a1078ef2d74c3d646c3be7e588a45d74af89..4f5c6ec2252b0c709f7bff7437ca9c916412d104 100644 (file)
@@ -34,7 +34,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: hook.c 712 2006-02-06 04:42:14Z gxti $
  */
 #include "stdinc.h"
 #include "hook.h"
@@ -63,6 +62,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 +85,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()