SCHOOL · PROJECT
C++98 IRC server
ft_irc is an RFC-style IRC server in C++98. It handles TCP sockets with multiplexing (select/poll), supports channels, and implements core IRC commands with robust error handling.