X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/c2d96fcbff166764df88108e6e3ec761219ee93c..e2b44358a247130f9107a9b94c6f12c8ab83fa90:/doc/reference.conf diff --git a/doc/reference.conf b/doc/reference.conf index d5a4f59..06ec89e 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -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. */