]> jfr.im git - irc/quakenet/newserv.git/blobdiff - core/config.c
add is_normalized_ipmask
[irc/quakenet/newserv.git] / core / config.c
index 782f8d7287a4c863fb4ff5ccbac6bc96b22ca53d..2a721056e232349b069f97a518475974a876e193 100644 (file)
@@ -14,6 +14,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+extern void modulerehash(void);
+
 char *theconfig;
 
 typedef struct {
@@ -32,6 +34,7 @@ void rehashconfig() {
   Error("config",ERR_INFO,"Rehashing config file.");
   freeconfig();
   initconfig(NULL);
+  modulerehash();
 }
 
 void freeconfig() {