diff options
| author | 2006-08-25 12:04:32 +0000 | |
|---|---|---|
| committer | 2006-08-25 12:04:32 +0000 | |
| commit | 550c076c9abdcff0751ae10a5e4e66aff22db714 (patch) | |
| tree | aeb5e01199398dfba446be4b299a7d43674817c0 /docs | |
| parent | Remove OnPostConnect here, it was being used under the assumption that it sti... (diff) | |
| download | inspircd++-550c076c9abdcff0751ae10a5e4e66aff22db714.tar.gz inspircd++-550c076c9abdcff0751ae10a5e4e66aff22db714.tar.bz2 inspircd++-550c076c9abdcff0751ae10a5e4e66aff22db714.zip | |
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')
| -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" |
