1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-10-29 04:57:38 +00:00

- Beispiel-Konfigurationsdatei aktualisiert.

This commit is contained in:
Alexander Barton
2002-01-06 16:54:05 +00:00
parent 81afb0cb31
commit 969e5f1c12

View File

@@ -1,16 +1,22 @@
# ngircd.conf # $Id: sample-ngircd.conf,v 1.2 2002/01/06 16:54:05 alex Exp $
ServerName = thor.my.net
ServerInfo = [thor.my.net] Experimental ngIRCd Test Server
# Operator = Alex
# OperatorPwd = 123
ListenPorts = 6668
[Global]
Name = irc.the.net
Info = Server Info Text
Ports = 6667, 6668, 6669
MotdFile = /usr/local/etc/ngircd.motd MotdFile = /usr/local/etc/ngircd.motd
PingTimeout = 120 PingTimeout = 120
PongTimeout = 10 PongTimeout = 10
ConnectRetry = 60
[Operator]
; Name = TheOper
; Password = ThePwd
[Server]
; Host = host2.the.net
; Name = irc2.the.net
; Port = 6666
; Password = ThePwd
# -eof- # -eof-