diff options
author | Peter Powell <petpow@saberuk.com> | 2018-10-01 16:31:15 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-10-01 17:26:22 +0100 |
commit | 7b6f7dcde5f077717a3bd665d269766a966243b0 (patch) | |
tree | ff653533d7ee9c13aaa67b2b765b7fe97336b9ac /include | |
parent | 680ecdae0c204045d64816a1694fe7481dc382c1 (diff) |
Move <security:hidekills> into core_oper.
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configreader.h b/include/configreader.h index afe05ccf3..12b154b69 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -397,10 +397,6 @@ class CoreExport ServerConfig /** Set to a non-empty string to obfuscate server names. */ std::string HideServer; - /** Set to a non empty string to obfuscate nicknames prepended to a KILL. - */ - std::string HideKillsServer; - /** Set to hide kills from clients of ulined servers in snotices. */ bool HideULineKills; |