1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-06 20:57:55 +00:00

add support for predefined-channel configuration of k and l modes

This commit is contained in:
Florian Westphal
2006-12-29 14:09:48 +00:00
parent 82aaffe55d
commit 1b852fce72
6 changed files with 47 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
.\"
.\" $Id: ngircd.conf.5.tmpl,v 1.1 2006/12/25 16:13:26 alex Exp $
.\" $Id: ngircd.conf.5.tmpl,v 1.2 2006/12/29 14:09:49 fw Exp $
.\"
.TH ngircd.conf 5 "August 2005" ngircd "ngIRCd Manual"
.SH NAME
@@ -235,6 +235,12 @@ Topic for this channel
.TP
\fBModes\fR
Initial channel modes.
.TP
\fBKey\fR
Sets initial channel key (only relevant if mode k is set)
.TP
\fBMaxUsers\fR
Set maximum user limit for this channel (only relevant if mode l is set)
.SH HINTS
It's wise to use "ngircd --configtest" to validate the configuration file
after changing it. See