]> jfr.im git - solanum.git/blobdiff - doc/example.conf
[svn] Remove invite_ops_only, forcing it to YES.
[solanum.git] / doc / example.conf
index 1550d547f720225ff66153b8775be43c126df59d..07d4c0909ad67e8e2db4457d6ac47d0532e4f1d3 100755 (executable)
@@ -4,7 +4,7 @@
  * Copyright (C) 2002-2005 ircd-ratbox development team
  * Copyright (C) 2005-2006 charybdis development team
  *
- * $Id: example.conf 3195 2007-02-01 01:44:31Z jilles $
+ * $Id: example.conf 3257 2007-03-13 16:09:28Z jilles $
  *
  * See reference.conf for more information.
  */
@@ -42,6 +42,11 @@ serverinfo {
        #vhost = "192.169.0.1";
        /* for IPv6 */
        #vhost6 = "3ffe:80e8:546::2";
+
+       /* max_clients: This should be set to the amount of connections
+        * the server can handle.
+        */
+       max_clients = 1024;
 };
 
 admin {
@@ -263,7 +268,6 @@ channel {
        use_except = yes;
        use_knock = yes;
        use_forward = yes;
-       invite_ops_only = yes;
        knock_delay = 5 minutes;
        knock_delay_channel = 1 minute;
        max_chans_per_user = 15;