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

*** empty log message ***

This commit is contained in:
stskeeps
2001-02-16 20:36:52 +00:00
parent 44be7a34a2
commit 556ae0ef20
+3 -3
View File
@@ -2022,7 +2022,7 @@ void validate_configuration(void)
/* Let us validate dynconf first */
if (!KLINE_ADDRESS || (*KLINE_ADDRESS == '\0'))
Error("Missing KLINE_ADDRESS");
Error("set::kline-address is missing");
#ifndef DEVELOP
if (KLINE_ADDRESS)
if (!strchr(KLINE_ADDRESS, '@') && !strchr(KLINE_ADDRESS, ':'))
@@ -2088,8 +2088,8 @@ void validate_configuration(void)
Error("me::info is missing");
/* numeric is being checked in _conf_me */
}
if (!conf_admin)
Error("admin {} is missing");
else
Error("me {} is missing");
for (class_ptr = conf_class; class_ptr; class_ptr = (ConfigItem_class *) class_ptr->next)
{