]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - conf/inspircd.conf.example
Don't neglect calling User::CheckClass after SetClass, so that users don't end up...
[user/henk/code/inspircd.git] / conf / inspircd.conf.example
index 72f79329b738639d5649b466012b6f1abe99b2ec..595c97cfdfd557243fe56622a72a54aaacd5f401 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.