From c228302ff8c28c85a2f051b35a9c51cd1e7fabf2 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 8 Dec 2024 15:37:37 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a41a0e..465a06d 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Lightweight IRCd in Python TODO: - [ ] Implement the base of an IRCd, using Libera.Chat as a reference - - [ ] Add the connection process + - [ ] Add the (full) connection process - [x] Add join/part, and it's requirements (WHO, etc) - [x] Implement proper PRIVMSG - - [ ] Broadcast QUIT + - [x] Broadcast QUIT - [ ] DNS lookup - [ ] Identity management - [ ] Implement services.