diff options
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index b82428935..ac382758e 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -362,7 +362,7 @@ void ServerConfig::Fill() // Read the <options> config. const auto& options = ConfValue("options"); DefaultModes = options->getString("defaultmodes", "not"); - FullHostInTopic = options->getBool("hostintopic"); + MaskInTopic = options->getBool("maskintopic", options->getBool("hostintopic")); NoSnoticeStack = options->getBool("nosnoticestack"); SyntaxHints = options->getBool("syntaxhints"); XLineMessage = options->getString("xlinemessage", "You're banned!", 1); |
