IRCat/README.md

10 lines
251 B
Markdown
Raw Normal View History

2024-12-08 14:03:09 -08:00
# IRCat
2024-12-08 14:55:08 -08:00
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