From e9271fcb4962b2ab55c994025038604d543c7488 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 21 Sep 2023 20:06:39 +0100 Subject: Rename to . This option stores the user *mask* not the user host so the old name is incorrect. --- src/configreader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configreader.cpp') 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 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); -- cgit v1.3.1-10-gc9f91