diff --git a/Changes b/Changes index c1548b7b5..d2edf9bb3 100644 --- a/Changes +++ b/Changes @@ -1687,4 +1687,4 @@ seen. gmtime warning still there jollino. - Fixed serious bug in /who that caused the server to lock up (there's a ID for this, could someone find it). Beta13 SHOULD be a LOT nearer now - +- Small typo in config validation found by ins4ne \ No newline at end of file diff --git a/src/s_conf.c b/src/s_conf.c index c7c24ec4f..b340ad396 100644 --- a/src/s_conf.c +++ b/src/s_conf.c @@ -1418,7 +1418,7 @@ int config_post_test() if (!requiredstuff.settings.maxchannelsperuser) Error("set::maxchannelsperuser missing"); if (!requiredstuff.settings.name_server) - Error("set::dns::name-server missing"); + Error("set::dns::nameserver missing"); if (!requiredstuff.settings.host_timeout) Error("set::dns::host-timeout missing"); if (!requiredstuff.settings.host_retries)