aboutsummaryrefslogtreecommitdiffstats
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-03-17 09:32:27 -0500
committerGravatar Daniel De Graaf2010-08-03 17:32:40 -0400
commit11f1aa031d25f8479e1ce0d270a2809121f1fc10 (patch)
treed3208a0d93bee72971b2013b4479a29fd481b2ab /src/configreader.cpp
parentRemove some unused duplicate hooks (diff)
Add <options:cyclehostsfromuser> to configure source for mode changes on host cycle and autoop
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 017a59393..008c58530 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -420,6 +420,7 @@ void ServerConfig::Fill()
NoUserDns = ConfValue("performance")->getBool("nouserdns");
SyntaxHints = options->getBool("syntaxhints");
CycleHosts = options->getBool("cyclehosts");
+ CycleHostsFromUser = options->getBool("cyclehostsfromuser");
UndernetMsgPrefix = options->getBool("ircumsgprefix");
FullHostInTopic = options->getBool("hostintopic");
MaxTargets = security->getInt("maxtargets", 20);