diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-28 20:07:31 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-28 20:07:31 +0000 |
commit | db651797def94b80f41ac7dd7481d486a04e3078 (patch) | |
tree | 9bfb9064b5fe48e37a9a7276d27bddaf6c6a0ab4 /docs/inspircd.conf.example | |
parent | 494d7f7489a78df919c1e9effcb0a014e8dc2286 (diff) |
Add <options:deprotectself> which can allow a +qa user to remove their own +q or +a. The default of having this off makes inspircd act like it always has (only allow ANY removal of these modes via services or a founder)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5578 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 30635a773..6d86344c0 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -586,6 +586,12 @@ # used in unreal. This is only useful on networks # # running the m_chanprotect module # # # +# deprotectself - If this value is set to yes, true, or 1, then any # +# user with +q or +a may remove the +q or +a from # +# themselves. The default setting is to not enable # +# this feature, which stops even the founder taking # +# away their founder status without using services. # +# # # cyclehosts - If this is set to true, yes or 1, then when a # # user's hostname changes, they will appear to quit # # and then rejoin with their new host. This prevents # @@ -700,8 +706,9 @@ loglevel="default" netbuffersize="10240" maxwho="128" - noservices="0" - qaprefixes="0" + noservices="no" + qaprefixes="no" + deprotectself="no" somaxconn="128" softlimit="12800" userstats="Pu" |