]> jfr.im git - irc/quakenet/newserv.git/blobdiff - channel/channel.c
docs: Change section title.
[irc/quakenet/newserv.git] / channel / channel.c
index 03ae8f2b43d7c7b0132fd79ee2ccd1ca1d8731da..cf875d4bf2d75dab0860854bb94ebef57e8d1743 100644 (file)
@@ -43,9 +43,6 @@ void channelstats(int hooknum, void *arg);
 void sendchanburst(int hooknum, void *arg);
 
 void _init() {
-  /* Initialise internal structures */
-  initchannelalloc();
-
   /* Set up the nouser marker according to our own numeric */
   nouser=(mylongnum<<18)|CU_NOUSERMASK;