diff options
| author | Alexander Barton <alex@barton.de> | 2002-12-18 12:19:07 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-12-18 12:19:07 +0000 |
| commit | 03d5fd6cb76ab0a7f008e6370be2248f6c0241d8 (patch) | |
| tree | 3ab751a8d309e8786db82f927f02114cc02fe446 /doc/en/sample-ngircd.conf | |
| parent | 3a811ef5639346f6151a01f4b1bd0f85e0bb5c80 (diff) | |
| download | ngircd-03d5fd6cb76ab0a7f008e6370be2248f6c0241d8.tar.gz ngircd-03d5fd6cb76ab0a7f008e6370be2248f6c0241d8.zip | |
- Updated documentation.
Diffstat (limited to 'doc/en/sample-ngircd.conf')
| -rw-r--r-- | doc/en/sample-ngircd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/sample-ngircd.conf b/doc/en/sample-ngircd.conf index 1abf05d4..477423e8 100644 --- a/doc/en/sample-ngircd.conf +++ b/doc/en/sample-ngircd.conf @@ -1,4 +1,4 @@ -# $Id: sample-ngircd.conf,v 1.3 2002/12/14 13:32:30 alex Exp $ +# $Id: sample-ngircd.conf,v 1.4 2002/12/18 12:19:07 alex Exp $ # # This is a sample configuration for the ngIRCd, which must adept to the @@ -98,12 +98,12 @@ # ngIRCd tries the next one of this group. # ATTENTION: Server-groups will only work if you defined a port! - # Hostname of the server - ;Host = connect-to-host.the.net - # IRC-name of the server ;Name = irc2.the.net + # Hostname of the server + ;Host = connect-to-host.the.net + # Port of the server, to which the ngIRCd should connect. If you # assign no port, the ngIRCd waits for an answer of that server. ;Port = 6666 |