diff options
Diffstat (limited to 'man/ngircd.conf.5')
| -rw-r--r-- | man/ngircd.conf.5 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/man/ngircd.conf.5 b/man/ngircd.conf.5 index c541bcd3..437ce41c 100644 --- a/man/ngircd.conf.5 +++ b/man/ngircd.conf.5 @@ -1,7 +1,7 @@ .\" -.\" $Id: ngircd.conf.5,v 1.17 2005/04/13 21:40:50 alex Exp $ +.\" $Id: ngircd.conf.5,v 1.18 2005/06/04 13:39:20 alex Exp $ .\" -.TH ngircd.conf 5 "February 2005" ngircd "ngIRCd Manual" +.TH ngircd.conf 5 "Juni 2005" ngircd "ngIRCd Manual" .SH NAME ngircd.conf \- configuration file of ngIRCd .SH SYNOPSIS @@ -32,13 +32,13 @@ represents either a comment, a section name or a parameter. .PP Section and parameter names are not case sensitive. .SH "SECTION OVERVIEW" -The file is separated in four blocks: [Global], [Operator], [Server], +The file can contain blocks of four types: [Global], [Operator], [Server], and [Channel]. .PP In the .I [Global] section, there is the main configuration like the server name and the -ports, on which the server should be listening. IRC operators of this +ports on which the server should be listening. IRC operators of this server are defined in .I [Operator] blocks. @@ -46,6 +46,9 @@ blocks. is the section where server links are configured. And .I [Channel] blocks are used to configure pre-defined ("persistent") IRC channels. +.PP +There can be more than one [Operator], [Server] and [Channel] sections +per configuration file, but only one [Global] section. .SH [GLOBAL] The .I [Global] |