]> jfr.im git - solanum.git/blobdiff - src/ircd.c
Removing glines
[solanum.git] / src / ircd.c
index bf13e0d3f5f617b6e896afa92481ae8b452377e0..86aa10732483663b618fadb2393d7e4e4068edfe 100644 (file)
@@ -37,7 +37,6 @@
 #include "irc_string.h"
 #include "ircd_signal.h"
 #include "sprintf_irc.h"
-#include "s_gline.h"
 #include "msg.h"               /* msgtab */
 #include "hostmask.h"
 #include "numeric.h"
@@ -685,8 +684,6 @@ main(int argc, char *argv[])
 
        ilog(L_MAIN, "Server Ready");
 
-       rb_event_addish("cleanup_glines", cleanup_glines, NULL, CLEANUP_GLINES_TIME);
-
        /* We want try_connections to be called as soon as possible now! -- adrian */
        /* No, 'cause after a restart it would cause all sorts of nick collides */
        /* um.  by waiting even longer, that just means we have even *more*