about summary refs log tree commit diff
path: root/doc/sample-ngircd.conf
blob: 73619ac2259e2ea7451ae5dbf89d0a9dd0eae7a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ngircd.conf

ServerName = thor.my.net
ServerInfo = [thor.my.net] Experimental ngIRCd Test Server

# Operator = Alex
# OperatorPwd = 123

ListenPorts = 6668

MotdFile = /usr/local/etc/ngircd.motd

PingTimeout = 120
PongTimeout = 10

# -eof-