aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Peter Powell2018-10-01 16:35:00 +0100
committerGravatar Peter Powell2018-10-01 17:26:22 +0100
commitff5fdd21c161f8fec055fa93f7d460e1e83b9658 (patch)
treeec209a8d89cb10231172b7a084a8906ae523f0af /src/configreader.cpp
parentMove <security:hideulinekills> into core_oper. (diff)
Move <security:genericoper> into core_whois.
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 18cfe032f..5399baa17 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -412,7 +412,6 @@ void ServerConfig::Fill()
HideSplits = security->getBool("hidesplits");
HideBans = security->getBool("hidebans");
HideServer = security->getString("hideserver", security->getString("hidewhois"));
- GenericOper = security->getBool("genericoper");
SyntaxHints = options->getBool("syntaxhints");
FullHostInTopic = options->getBool("hostintopic");
MaxTargets = security->getUInt("maxtargets", 20, 1, 31);