From 550c076c9abdcff0751ae10a5e4e66aff22db714 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 25 Aug 2006 12:04:32 +0000 Subject: Added leachim's +qa prefix patch git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5016 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index e6f5d8ea1..3cd1536e5 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -517,6 +517,11 @@ # only useful on networks running the m_chanprotect # # module without services. # # # +# qaprefixes - If qaprefixes is true, yes, or 1, then users # +# with +q or +a will get the ~ or & prefixes # +# used in unreal. This is only useful on networks # +# running the m_chanprotect module # +# # # netbuffersize - size of the buffer used to receive data from # # clients. The ircd may only read() this amount # # of text in one go at any time. (OPTIONAL) # @@ -608,7 +613,7 @@ # this can save a lot of resources on very busy irc # # servers. # # # -# syntaxhints - If et to 'yes', 'true' or '1', when a user does # +# syntaxhints - If set to 'yes', 'true' or '1', when a user does # # not give enough parameters for a command, a syntax # # hint will be given (using the RPL_TEXT numeric) # # as well as the standard ERR_NEEDMOREPARAMS. # @@ -619,6 +624,7 @@ netbuffersize="10240" maxwho="128" noservices="0" + qaprefixes="0" somaxconn="128" softlimit="128" operonlystats="oclgkz" -- cgit v1.2.3