diff --git a/README.md b/README.md index 0a6db03..2654b92 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # IRCat -IRCd in Python \ No newline at end of file +IRCd in Python + +TODO: +- [ ] Implement the base of an IRCd, using Libera.Chat as a reference + - [ ] Add the connection process + - [x] Add join/part, and it's requirements (WHO, etc) + - [ ] Implement proper PRIVMSG + - [ ] Broadcast QUIT \ No newline at end of file