diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-02-13 09:21:30 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-02-13 09:21:30 +0000 |
commit | 9bca43848201f951a5887ef79469139c2915e9ad (patch) | |
tree | 99e66be0a1f9f06b724553bd132615e8a69b024e /conf/inspircd.conf.example | |
parent | c5f32b22fbdff7f8eda823f2cd0ff24be4cd3a31 (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 'conf/inspircd.conf.example')
-rw-r--r-- | conf/inspircd.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index 8e76dfbc4..ca218c4a1 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -545,6 +545,12 @@ # banned on. restrictbannedusers="yes" + # genericoper: Setting this value makes all opers on this server + # appear as 'is an IRC operator' in their WHOIS, regardless of their + # oper type, however oper types are still used internally. This only + # affects the display in WHOIS. + genericoper="no" + # userstats: /stats commands that users can run (opers can run all). userstats="Pu"> |