diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index f69a598af..e36d83b98 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -493,6 +493,12 @@ # socket engine/dns engine names. You may use this # # to enhance security, or simply for vanity. # # # +# maxtargets - The maxtargets field is optional, and if not # +# defined, defaults to 20. It indicates the maximum # +# number of targets which may be given to commands # +# such as PRIVMSG, KICK etc. # +# # + <options prefixquit="Quit: " loglevel="default" @@ -502,7 +508,8 @@ somaxconn="128" softlimit="128" operonlystats="oclgkz" - customversion="" + customversion="" + maxtargets="20" allowhalfop="yes"> |