summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2009-02-13 09:21:30 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2009-02-13 09:21:30 +0000
commit9bca43848201f951a5887ef79469139c2915e9ad (patch)
tree99e66be0a1f9f06b724553bd132615e8a69b024e /include
parentc5f32b22fbdff7f8eda823f2cd0ff24be4cd3a31 (diff)
Add security:genericoper as requested by Strawberry and TwinShadow.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11098 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h6
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.
*/