1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 07:33:12 +02:00

- Small typo in config validation found by ins4ne

This commit is contained in:
stskeeps
2002-11-27 15:23:35 +00:00
parent c43a4d35c4
commit 4b738b28e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)