]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/inspircd.conf.example
Fixed false example info in config.
[user/henk/code/inspircd.git] / docs / inspircd.conf.example
index 8310eb1c656603e207b1c7e6e5fd0d7fdc648dde..ac48be1ee6db277afc30d5805f9a599c5c9077f5 100644 (file)
@@ -11,7 +11,7 @@
 #         This is an example of the config file for InspIRCd.          #
 #             Change the options to suit your network                  #
 #                                                                     #
-#                 Last updated on : 05/31/2005                         #
+#                 Last updated on : 06/06/2005                         #
 #                 Written by      : CC  (cc@backchat.co.za)            #
 #                 Updated by      : katsklaw (katsklaw@gmail.com)      #
 ########################################################################
 # slash (/) in which case it is treated as an absolute path.          #
 #                                                                     #
 # Syntax is as follows:                                               #
-#       <include="file.conf">                                         #
+#       <include file="file.conf">                                    #
 #                                                                     #
-# A perfect example of an included conf file is helpop.conf           #
-#<include="helpop.conf">
 
 #-#-#-#-#-#-#-#-#-#-  CONNECTIONS CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-
 #                                                                    #
 #                  the location where modules are to be found. This   #
 #                  does not add a supplementary directory. There can  #
 #                  only be one module path.                           #
+#  softlimit     - This optional feature allows a defined softlimit.  #
+#                  if defined sets a soft maxconnections value, has   #
+#                  to be less than the ./configure maxclients         #
+#                                                                     #
 
 <options prefixquit="Quit: "
         loglevel="default"
          maxwho="128"
         noservices="0"
          somaxconn="128"
-        allowhalfop="yes">
+        softlimit="128"
+         allowhalfop="yes">