summaryrefslogtreecommitdiff
path: root/src/init.c
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-09 00:20:33 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-09 00:20:33 +0000
commit2a2224023fc002a09e269c63c848ae6a84f5c03d (patch)
treeb92924520ed37525dc8500bd1949bc433b08e574 /src/init.c
parenta0d3dfa96198c7ab2ee574e9ef207de44503d48e (diff)
Remove ModulesDelayedAutoLoad.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1603 5417fbe8-f217-4b02-8779-1006273d7864
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;
}