diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd_io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd_io.cpp b/src/inspircd_io.cpp index d0a828600..39cb8db62 100644 --- a/src/inspircd_io.cpp +++ b/src/inspircd_io.cpp @@ -354,7 +354,7 @@ void ServerConfig::Read(bool bail, userrec* user) {"options", "allowhalfop", &this->AllowHalfop, DT_BOOLEAN, NoValidation}, {"dns", "server", &this->DNSServer, DT_CHARPTR, ValidateDnsServer}, {"dns", "timeout", &this->dns_timeout, DT_INTEGER, ValidateDnsTimeout}, - {"options", "moduledir", &this->ModPath, DT_CHARPTR, NoValidation}, + {"options", "moduledir", &this->ModPath, DT_CHARPTR, ValidateModPath}, {"disabled", "commands", &this->DisabledCommands, DT_CHARPTR, NoValidation}, {"options", "operonlystats", &this->OperOnlyStats, DT_CHARPTR, NoValidation}, {"options", "customversion", &this->CustomVersion, DT_CHARPTR, NoValidation}, |