diff options
| author | 2018-10-01 16:31:36 +0100 | |
|---|---|---|
| committer | 2018-10-01 17:26:22 +0100 | |
| commit | 9ddb9cc6584c1f595ebbf95cf1b3630984733b25 (patch) | |
| tree | f60f01cb47a124c16518dc123ba99b8e7f025afa /src/configreader.cpp | |
| parent | Move <security:hidekills> into core_oper. (diff) | |
Move <security:hideulinekills> into core_oper.
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index c3ef7a1c9..18cfe032f 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")); - HideULineKills = security->getBool("hideulinekills"); GenericOper = security->getBool("genericoper"); SyntaxHints = options->getBool("syntaxhints"); FullHostInTopic = options->getBool("hostintopic"); |
