summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2001-12-31 02:19:50 +0000
committerAlexander Barton <alex@barton.de>2001-12-31 02:19:50 +0000
commit0fa00df615e9f97aac2a8984d349a4a3d526e127 (patch)
tree91b0b121da601184d79d08198688849cf69b8fda
parent804b1ec4987ed3beb4759cc480b2c6c911627b7e (diff)
downloadngircd-0fa00df615e9f97aac2a8984d349a4a3d526e127.tar.gz
ngircd-0fa00df615e9f97aac2a8984d349a4a3d526e127.zip
- mit ein wenig Dokumentation begonnen (Betonung auf "wenig"!)
-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-