about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/CVS.txt0
-rw-r--r--doc/RFC.txt0
-rw-r--r--doc/sample-ngircd.conf16
3 files changed, 16 insertions, 0 deletions
diff --git a/doc/CVS.txt b/doc/CVS.txt
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/doc/CVS.txt
diff --git a/doc/RFC.txt b/doc/RFC.txt
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/doc/RFC.txt
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-