about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..473e983
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+LibreIRCd
+=========
+Simple IRC server in C
+
+usage: ircd hostname bindaddr port
+
+---------------
+This project is incomplete: channels, modes, a lot of validation is not present
+yet.