]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
[svn] Fix description of 043 numeric.
[irc/rqf/shadowircd.git] / doc / reference.conf
index d5a4f59ece456c9b30e01a8e8817ce15ea38c2d0..06ec89ead4b052c1f45cf7b603e73382b94131cc 100755 (executable)
@@ -6,7 +6,7 @@
  *
  * Written by ejb, wcampbel, db, leeh and others
  *
- * $Id: reference.conf 3251 2007-03-05 18:58:38Z nenolod $
+ * $Id: reference.conf 3390 2007-04-05 00:12:55Z jilles $
  */
 
 /* IMPORTANT NOTES:
@@ -120,7 +120,9 @@ serverinfo {
        #vhost6 = "3ffe:80e8:546::2";
 
        /* max_clients: this should be set to the maximum amount of clients
-        * that the server should support.
+        * 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;
 };
@@ -585,11 +587,6 @@ channel {
         */
        use_knock = yes;
 
-       /* invite ops only: Restrict /invite to ops on channels, rather than
-        * allowing unopped users to invite people to a -i channel.
-        */
-       invite_ops_only = yes;
-
        /* knock delay: The amount of time a user must wait between issuing
         * the knock command.
         */