diff options
| author | 2023-09-21 20:17:13 +0100 | |
|---|---|---|
| committer | 2023-09-21 20:17:13 +0100 | |
| commit | 136a1ef6a203611f5faa1485801e90fe76697820 (patch) | |
| tree | c6b9acd888cfc32d80f5660f6c824d26a62ed380 /src/configreader.cpp | |
| parent | Rename <options:hostintopic> to <options:maskintopic>. (diff) | |
Add an option for including the setter's full mask in list modes.
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index ac382758e..abac9c4a6 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -362,6 +362,7 @@ void ServerConfig::Fill() // Read the <options> config. const auto& options = ConfValue("options"); DefaultModes = options->getString("defaultmodes", "not"); + MaskInList = options->getBool("maskinlist"); MaskInTopic = options->getBool("maskintopic", options->getBool("hostintopic")); NoSnoticeStack = options->getBool("nosnoticestack"); SyntaxHints = options->getBool("syntaxhints"); |
