diff options
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 |