diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-25 12:04:32 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-25 12:04:32 +0000 |
commit | 550c076c9abdcff0751ae10a5e4e66aff22db714 (patch) | |
tree | aeb5e01199398dfba446be4b299a7d43674817c0 /docs/inspircd.conf.example | |
parent | eb754aea2728a00734e2051bca6fd9651d92c4a2 (diff) |
Added leachim's +qa prefix patch
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5016 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 8 |
1 files changed, 7 insertions, 1 deletions
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" |