From 8de2c086d71aa73ad77f93a67c9fa4caa4356841 Mon Sep 17 00:00:00 2001 From: swee Date: Fri, 13 Dec 2024 23:06:48 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b212fa6..73c9144 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Lightweight IRCd in Python * [Mastodon tag (for updates)](https://mastodon.swee.codes/tags/CodenameIRCat) * [Issue tracker](https://discuss.swee.codes/c/12) -TODO: +# To-Do list - [ ] Implement the base of an IRCd, using Libera.Chat as a reference - [x] Add the (full) connection process - [x] Add join/part, and it's requirements (WHO, etc)