- Beispiel-Konfiguration etwas erweitert. Doku fehlt immer noch ...

This commit is contained in:
Alexander Barton 2002-02-17 17:34:50 +00:00
parent bec7783ec9
commit ce2738c984
1 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $Id: sample-ngircd.conf,v 1.2 2002/01/06 16:54:05 alex Exp $
# $Id: sample-ngircd.conf,v 1.3 2002/02/17 17:34:50 alex Exp $
[Global]
Name = irc.the.net
@ -14,9 +14,14 @@
; Password = ThePwd
[Server]
; Host = host2.the.net
; Host = connect-to-host.the.net
; Name = irc2.the.net
; Port = 6666
; Password = ThePwd
; Password = ThePwd1
[Server]
; Host = wait-for-host.the.net
; Name = irc3.the.net
; Password = ThePwd2
# -eof-