From 658aebf9321e309f9cf9300f3a811e809cfa5090 Mon Sep 17 00:00:00 2001 From: Xnoe Date: Tue, 6 Jul 2021 00:44:51 +0100 Subject: [PATCH] Add README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e13101 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# XnoIRCd + +By xnoe. + +This is an attempt at developing an IRCd in C++ purely for fun. + +A lot of IRC commands are currently not implemented and the codebase is likely horrible and inefficient. \ No newline at end of file