Update README.md

This commit is contained in:
Nova Cat 2024-12-08 14:55:08 -08:00
parent 5efc58274a
commit 86d7f5f677

View file

@ -1,3 +1,10 @@
# IRCat
IRCd in Python
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