]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/conf/inspircd.conf.example
Remove references to the long dead SQLv2 from the pgsql module.
[user/henk/code/inspircd.git] / docs / conf / inspircd.conf.example
index 7e9bf1a5fd744958a0a59c42a14c93f1c98ce36d..c9691b8571062baf10691730a53c74366978653c 100644 (file)
 #<include file="examples/providers/irccloud.conf.example">
 
 # To enable KiwiIRC.com on your network uncomment this:
-#<include file="examples/services/kiwiirc-com.conf.example">
+#<include file="examples/providers/kiwiirc-com.conf.example">
 
 # A connect class with <connect:deny> set denies connections from the specified host/IP range.
 <connect
          password="secret"
 
          # maxchans: Maximum number of channels a user in this class
-         # be in at one time.
+         # can be in at one time.
          maxchans="20"
 
          # timeout: How long the server will wait before disconnecting
          allow="*"
 
          # maxchans: Maximum number of channels a user in this class
-         # be in at one time.
+         # can be in at one time.
          maxchans="20"
 
          # timeout: How long the server will wait before disconnecting
          # link with servers running 2.0. Defaults to yes.
          allowzerolimit="no"
 
+         # modesinlist: If enabled then the current channel modes will be shown
+         # in the /LIST response. Defaults to yes.
+         modesinlist="no"
+
          # exemptchanops: Allows users with with a status mode to be exempt
          # from various channel restrictions. Possible restrictions are:
          #  - anticaps        Channel mode +B - blocks messages with too many capital
              # Turning this option off will make the server spend more time on users we may
              # potentially not want. Normally this should be neglible, though.
              # Default value is true
-             clonesonconnect="true"
+             clonesonconnect="yes"
 
              # timeskipwarn: The time period that a server clock can jump by before
              # operators will be warned that the server is having performance issues.