- Beispiel-Konfiguration etwas erweitert. Doku fehlt immer noch ...
This commit is contained in:
parent
bec7783ec9
commit
ce2738c984
|
@ -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]
|
[Global]
|
||||||
Name = irc.the.net
|
Name = irc.the.net
|
||||||
|
@ -14,9 +14,14 @@
|
||||||
; Password = ThePwd
|
; Password = ThePwd
|
||||||
|
|
||||||
[Server]
|
[Server]
|
||||||
; Host = host2.the.net
|
; Host = connect-to-host.the.net
|
||||||
; Name = irc2.the.net
|
; Name = irc2.the.net
|
||||||
; Port = 6666
|
; Port = 6666
|
||||||
; Password = ThePwd
|
; Password = ThePwd1
|
||||||
|
|
||||||
|
[Server]
|
||||||
|
; Host = wait-for-host.the.net
|
||||||
|
; Name = irc3.the.net
|
||||||
|
; Password = ThePwd2
|
||||||
|
|
||||||
# -eof-
|
# -eof-
|
||||||
|
|
Loading…
Reference in New Issue