From 136a1ef6a203611f5faa1485801e90fe76697820 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 21 Sep 2023 20:17:13 +0100 Subject: Add an option for including the setter's full mask in list modes. --- src/configreader.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/configreader.cpp') 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 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"); -- cgit v1.3.1-10-gc9f91