commit 0fa00df615e9f97aac2a8984d349a4a3d526e127 from: Alexander Barton date: Mon Dec 31 02:19:50 2001 UTC - mit ein wenig Dokumentation begonnen (Betonung auf "wenig"!) commit - 804b1ec4987ed3beb4759cc480b2c6c911627b7e commit + 0fa00df615e9f97aac2a8984d349a4a3d526e127 blob - /dev/null blob + e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (mode 644) blob - /dev/null blob + e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (mode 644) blob - /dev/null blob + 73619ac2259e2ea7451ae5dbf89d0a9dd0eae7a0 (mode 644) --- /dev/null +++ doc/sample-ngircd.conf @@ -0,0 +1,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-