10 lines
No EOL
251 B
Markdown
10 lines
No EOL
251 B
Markdown
# IRCat
|
|
|
|
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 |