IRCat/README.md
2024-12-08 14:55:08 -08:00

251 B

IRCat

IRCd in Python

TODO:

  • Implement the base of an IRCd, using Libera.Chat as a reference
    • Add the connection process
    • Add join/part, and it's requirements (WHO, etc)
    • Implement proper PRIVMSG
    • Broadcast QUIT