IRC client and server compliant with RFC 1459.
It is a 2nd year project at Epitech.
The client and the server can be built with the command make re
, it become client
and server
.
./server port
Launch the server and listen at the selected port.
./client
Launch the client.
/help
Show the usage help./nick nickname
Set your nickname./server ip:port
Connect to the server at the selected IP and port./list
List the channels of the server./join #channel
Join the specified channel./part #channel
Leave the specified channel./msg nickname message
Send a private message to the specified user.