diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index 0b05262b4..02defab63 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -565,6 +565,12 @@ class CoreExport ServerConfig : public Extensible */ bool writelog; + /** 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; + /** If this value is true, banned users (+b, not extbans) will not be able to change nick * if banned on any channel, nor to message them. */ |