repo: ngircd
action: commit
revision: 
path_from: 
revision_from: eb3ddace4684ffab74452324601b61ca585cca8d:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit eb3ddace4684ffab74452324601b61ca585cca8d
Author: Florian Westphal 
Date:   Mon Dec 11 22:07:09 2006 +0000

    add PredefChannelsOnly option to man page

diff --git a/man/ngircd.conf.5 b/man/ngircd.conf.5
index 3cb512d5e897d6f9d115cbea9fce33bc3a4d80bf..
index ..84514e14df15480e61a18b7eaa9e63e5fd34ec5a 100644
--- a/man/ngircd.conf.5
+++ b/man/ngircd.conf.5
@@ -1,5 +1,5 @@
 .\"
-.\" $Id: ngircd.conf.5,v 1.20 2005/09/02 14:39:00 fw Exp $
+.\" $Id: ngircd.conf.5,v 1.21 2006/12/11 22:07:09 fw Exp $
 .\"
 .TH ngircd.conf 5 "August 2005" ngircd "ngIRCd Manual"
 .SH NAME
@@ -146,6 +146,11 @@ If OperCanUseMode is enabled, this may lead the compatibility problems with
 Servers that run the ircd-irc2 Software. This Option "masks" mode requests
 by non-chanops as if they were coming from the server. Default: no.
 .TP
+\fBPredefChannelsOnly\fR
+If enabled, no new channels can be created. Useful if
+you do not want to have channels other than those defined in
+the config file.
+.TP
 \fBMaxConnections\fR
 Maximum number of simultaneous connection the server is allowed to accept
 (<=0: unlimited). Default: -1.

-----END OF PAGE-----