From db651797def94b80f41ac7dd7481d486a04e3078 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 28 Oct 2006 20:07:31 +0000 Subject: Add 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 --- docs/inspircd.conf.example | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'docs/inspircd.conf.example') 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" -- cgit v1.2.3