diff --git a/doc/CVS.txt b/doc/CVS.txt new file mode 100644 index 00000000..e69de29b diff --git a/doc/RFC.txt b/doc/RFC.txt new file mode 100644 index 00000000..e69de29b diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf new file mode 100644 index 00000000..73619ac2 --- /dev/null +++ b/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-