diff options
| author | Alexander Barton <alex@barton.de> | 2014-01-02 00:44:42 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2014-01-02 00:44:42 +0100 |
| commit | 61b7932e82383f03cf751ff246c0610ce30dfd20 (patch) | |
| tree | 0ca86900624f4fc949a52388c7e16d36a2ff2684 /man | |
| parent | f024a4992a9a38d64d0fd63283cd0c484bdec683 (diff) | |
| parent | 86bdf6e1d4539da1076afe10b57b177fb54dd147 (diff) | |
| download | ngircd-61b7932e82383f03cf751ff246c0610ce30dfd20.tar.gz ngircd-61b7932e82383f03cf751ff246c0610ce30dfd20.zip | |
Merge branch 'bug165-005-NETWORK' of git://arthur.barton.de/ngircd-alex
* 'bug165-005-NETWORK' of git://arthur.barton.de/ngircd-alex: Implement new configuration option "Network"
Diffstat (limited to 'man')
| -rw-r--r-- | man/ngircd.conf.5.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl index 5ca6ee38..3de2fbe0 100644 --- a/man/ngircd.conf.5.tmpl +++ b/man/ngircd.conf.5.tmpl @@ -126,6 +126,12 @@ configuration file. \fBMotdPhrase\fR (string) A simple Phrase (<256 chars) if you don't want to use a MOTD file. .TP +\fBNetwork\fR (string) +The name of the IRC network to which this server belongs. This name is +optional, should only contain ASCII characters, and can't contain spaces. +It is only used to inform clients. The default is empty, so no network +name is announced to clients. +.TP \fBPassword\fR (string) Global password for all users needed to connect to the server. The default is empty, so no password is required. Please note: This feature is not available |