]> arthur.barton.de Git - ngircd-alex.git/blob - doc/sample-ngircd.conf
- an User wird nun immer ein "komplettes" Prefix verschickt.
[ngircd-alex.git] / doc / sample-ngircd.conf
1 # $Id: sample-ngircd.conf,v 1.3 2002/02/17 17:34:50 alex Exp $
2
3 [Global]
4         Name = irc.the.net
5         Info = Server Info Text
6         Ports = 6667, 6668, 6669
7         MotdFile = /usr/local/etc/ngircd.motd
8         PingTimeout = 120
9         PongTimeout = 10
10         ConnectRetry = 60
11
12 [Operator]
13 ;       Name = TheOper
14 ;       Password = ThePwd
15
16 [Server]
17 ;       Host = connect-to-host.the.net
18 ;       Name = irc2.the.net
19 ;       Port = 6666
20 ;       Password = ThePwd1
21
22 [Server]
23 ;       Host = wait-for-host.the.net
24 ;       Name = irc3.the.net
25 ;       Password = ThePwd2
26
27 # -eof-