diff options
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 1b7ac6195..8681272cb 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -377,7 +377,6 @@ void ServerConfig::Fill() // Read the <options> config. const auto& options = ConfValue("options"); CustomVersion = options->getString("customversion", security->getString("customversion")); - DefaultModes = options->getString("defaultmodes", "not"); MaskInList = options->getBool("maskinlist"); MaskInTopic = options->getBool("maskintopic"); NoSnoticeStack = options->getBool("nosnoticestack"); |
