]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Patch from voidzero, bug #517
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 11 Apr 2008 20:54:15 +0000 (20:54 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 11 Apr 2008 20:54:15 +0000 (20:54 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9458 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.conf.example

index 8877bfe9098da7a0e5c34558591dd0ff6851bee6..18e7e96a268aaa27116ecdd6e223cd1bd980890f 100644 (file)
 #                                                                     #
 
 <options prefixquit="Quit: "
+         suffixquit=""
          prefixpart="\""
          suffixpart="\""
          netbuffersize="10240"
          maxwho="128"
          noservices="no"
-         qprefix=""
-         aprefix=""
+         qprefix="~"
+         aprefix="&"
          deprotectself="no"
          deprotectothers="no"
          somaxconn="128"
 # client's IP address from, for further information, please see the
 # CGI:IRC documentation.
 #
+# Old style:
 # <cgihost type="pass" mask="www.mysite.com">       # Get IP from PASS
-# <cgihost type="webirc" mask="somebox.mysite.com"> # Get IP from WEBIRC
 # <cgihost type="ident" mask="otherbox.mysite.com"> # Get IP from ident
 # <cgihost type="passfirst" mask="www.mysite.com">  # See the docs
+# New style:
+# <cgihost type="webirc" pass="foobar"
+#   mask="somebox.mysite.com">                      # Get IP from WEBIRC
 #
 # IMPORTANT NOTE:
 # ---------------
 # the user in a 'connecting' state until the lookup is complete.      #
 # The bind value indicates which IP to bind outbound requests to.     #
 #                                                                     #
-#<ident timeout="5" bind="">                                          #
+#<ident timeout="5" bind="">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Invite except module: Adds support for channel invite exceptions (+I)
 # will remain open even after everyone else has left the channel, and
 # therefore keep things like modes, ban lists and topic. Permanent
 # channels -may- need support from your Services package to function
-# properly with them.
+# properly with them. This adds channel mode +P.
 #<module name="m_permchannels.so">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#