]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - conf/inspircd.conf.example
Consistancy: Allow opers to +L to a nonexistant channel, as we allow opers to bypass...
[user/henk/code/inspircd.git] / conf / inspircd.conf.example
index 72f79329b738639d5649b466012b6f1abe99b2ec..35c59588c1eadf56c7f02501b64ba8e1b195cf19 100644 (file)
 
       # restartpass: Password for opers to use if they need to restart
       # a server.
-      restartpass="" 
-
-      # pause: Seconds to wait after a die command is sent before the
-      # server actually shuts down
-      pause="2">
+      restartpass="">
 
 
 #-#-#-#-#-#-#-#-#-#-  CONNECTIONS CONFIGURATION  -#-#-#-#-#-#-#-#-#-#-#
          globalmax="3"
 
          # limit: How many users are allowed in this class
-        limit="5000">
+        limit="5000"
+
+         # modes: Usermodes that are set on users in this block on connect.
+         # Enabling this option requires that the m_conn_umodes module be loaded.
+         # This entry is highly recommended to use for/with IP Cloaking/masking.
+         modes="+x">
 
 <connect 
         # deny: Will not let people connect if they have specified host/IP.
           # channels.
           operspywhois="no"
 
+          # runasuser: If this is set, InspIRCd will attempt to setuid
+          # to run as this user- allows binding of ports under 1024.
+          # NOT SUPPORTED/NEEDED UNDER WIINDOWS.
+          #runasuser=""
+
+          # runasgroup: If this is set, InspIRCd will attempt to set group
+          # to run under this group, which allowsof ports under 1024
+          # NOT SUPPORTED/NEEDED UNDER WIINDOWS.
+          #runasgroup=""
+
           # userstats: /stats commands that users can run (oeprs can run all).
           userstats="Pu">