diff options
author | Peter Powell <petpow@saberuk.com> | 2018-10-01 16:35:00 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-10-01 17:26:22 +0100 |
commit | ff5fdd21c161f8fec055fa93f7d460e1e83b9658 (patch) | |
tree | ec209a8d89cb10231172b7a084a8906ae523f0af /include | |
parent | 9ddb9cc6584c1f595ebbf95cf1b3630984733b25 (diff) |
Move <security:genericoper> into core_whois.
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configreader.h b/include/configreader.h index 5d99bd843..be7d8c7e0 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -344,12 +344,6 @@ class CoreExport ServerConfig */ std::bitset<64> DisabledCModes; - /** If set to true, then all opers on this server are - * shown with a generic 'is an IRC operator' line rather - * than the oper type. Oper types are still used internally. - */ - bool GenericOper; - /** How to treat a user in a channel who is banned. */ BannedUserTreatment RestrictBannedUsers; |