diff options
author | Adam <Adam@anope.org> | 2010-09-05 12:51:15 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-09-05 12:51:15 -0400 |
commit | d53c25b0438f6d835d0be66ab7a01166c7a1d40e (patch) | |
tree | 0734707fa39a9de27e1d7de73903fcdc385bd863 /src/init.c | |
parent | 7dfc8e8ee8f5355429763eac70fe694bf947eca3 (diff) |
Added InspIRCd 2.0 support
Diffstat (limited to 'src/init.c')
-rw-r--r-- | src/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.c b/src/init.c index ad3ef5af5..44f74074c 100644 --- a/src/init.c +++ b/src/init.c @@ -485,7 +485,7 @@ int init_secondary(int ac, char **av) parse_options(ac, av); /* Parse the defcon mode string if needed */ - if (DefConLevel) { + if (DefConLevel && !ircd->delay_cl_intro) { if (!defconParseModeString(DefConChanModes)) { fprintf(stderr, "services.conf: The given DefConChanModes mode string was incorrect (see log for exact errors)\n"); |