]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Updated with new docs for maxtargets
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 23 Jan 2006 00:00:16 +0000 (00:00 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 23 Jan 2006 00:00:16 +0000 (00:00 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2850 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.conf.example

index f69a598afab532e85b3213b0b07abb2d0e67c392..e36d83b9855f520a3ca1f0dbd9cd8d087070c08c 100644 (file)
 #                  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"
          somaxconn="128"
          softlimit="128"
          operonlystats="oclgkz"
-        customversion=""
+         customversion=""
+         maxtargets="20"
          allowhalfop="yes">