summaryrefslogtreecommitdiff
path: root/src/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.c')
-rw-r--r--src/init.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/init.c b/src/init.c
index 162758a6f..47e7cf51c 100644
--- a/src/init.c
+++ b/src/init.c
@@ -667,12 +667,6 @@ int init_secondary(int ac, char **av)
ircdproto->SendEOB();
- /**
- * Load our delayed modeles - modules that are planing on making clients need to wait till now
- * where as modules wanting to modify our ircd connection messages need to load eariler :|
- **/
- modules_delayed_init();
-
/* Success! */
return 0;
}