From 9bca43848201f951a5887ef79469139c2915e9ad Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 13 Feb 2009 09:21:30 +0000 Subject: 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 --- include/configreader.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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. */ -- cgit v1.2.3