]> arthur.barton.de Git - ngircd-alex.git/blob - doc/sample-ngircd.conf
- neue Funktionen Channel_Modes() und Channel_IsValidName().
[ngircd-alex.git] / doc / sample-ngircd.conf
1 # $Id: sample-ngircd.conf,v 1.2 2002/01/06 16:54:05 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 = host2.the.net
18 ;       Name = irc2.the.net
19 ;       Port = 6666
20 ;       Password = ThePwd
21
22 # -eof-