]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/configreader.cpp
Implement IRCv3 message tag support.
[user/henk/code/inspircd.git] / src / configreader.cpp
index 52d349f5cac46166b1e32f59c1649336955bea3d..6c7cb492afe9a6a8f4828a374b9fae33c9a1595c 100644 (file)
@@ -415,7 +415,6 @@ void ServerConfig::Fill()
        HideULineKills = security->getBool("hideulinekills");
        GenericOper = security->getBool("genericoper");
        SyntaxHints = options->getBool("syntaxhints");
-       CycleHostsFromUser = options->getBool("cyclehostsfromuser");
        FullHostInTopic = options->getBool("hostintopic");
        MaxTargets = security->getUInt("maxtargets", 20, 1, 31);
        DefaultModes = options->getString("defaultmodes", "not");