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:
@@ -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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user