From 51dd2f367093054600ee16d6992019341c390fff Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 16 Apr 2007 20:20:59 +0000 Subject: Document options:deprotectothers git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6807 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/inspircd.conf.example') diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 0cf2a1f4c..18dc8eddf 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -715,6 +715,12 @@ # this feature, which stops even the founder taking # # away their founder status without using services. # # # +# deprotectothers-If this value is set to yes, true, or 1, then any # +# user with +q or +a may remove the +q or +a from # +# other users. The default setting is to not enable # +# this feature, so that only +q may remove +a, and # +# nothing but services may remove +q. # +# # # 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 # @@ -855,6 +861,7 @@ noservices="no" qaprefixes="no" deprotectself="no" + deprotectothers="no" somaxconn="128" softlimit="12800" userstats="Pu" -- cgit v1.2.3