]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/example.conf
[svn] Fix description of 043 numeric.
[irc/rqf/shadowircd.git] / doc / example.conf
index 25d5979606a9e5d0feff51c18b8eb8fb789665b2..983fa879f7136b408a176dbf3da3b9f1af73b14b 100755 (executable)
@@ -4,7 +4,7 @@
  * Copyright (C) 2002-2005 ircd-ratbox development team
  * Copyright (C) 2005-2006 charybdis development team
  *
- * $Id: example.conf 3159 2007-01-25 07:08:21Z nenolod $
+ * $Id: example.conf 3390 2007-04-05 00:12:55Z jilles $
  *
  * See reference.conf for more information.
  */
@@ -42,6 +42,13 @@ serverinfo {
        #vhost = "192.169.0.1";
        /* for IPv6 */
        #vhost6 = "3ffe:80e8:546::2";
+
+       /* max_clients: This should be set to the maximum amount of clients
+        * that the server should support. Note that you should leave some
+        * file descriptors free for log files, server connections, ident
+        * lookups (if enabled), exceed_limit clients, etc.
+        */
+       max_clients = 1024;
 };
 
 admin {
@@ -263,7 +270,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;
@@ -294,7 +300,7 @@ serverhide {
  * Word to the wise: Do not use blacklists like SPEWS for blocking IRC
  * connections.
  *
- * As of charybdis 2.2, you can do some keyword substitution on the rejection
+ * As of charybdis 2.1.3, you can do some keyword substitution on the rejection
  * reason. The available keyword substitutions are:
  *
  *   ${ip}           - the user's IP