This project is about creating your own IRC server.
You will use an actual IRC client to connect to your server and test it.
Internet is ruled by solid standards protocols that allow connected computers to interact
with each other.
Here you can read more about the concept https://en.wikipedia.org/wiki/Internet_Relay_Chat
make
to compile all source files
./ircserv <port> <password>
brew install weechat
(feel free to use your favorite irc client instead (only tested with weechat))
weechat
to open client
in weechat:
/server add <server_name> <ip>/<port>
/connect <server_name> -password=<password>
type /help
for more commands