A simple IRC server and IRC client. Protocol compliant RFC 1459, written in C.
compiling:
make
cleaning obj files:
make clean
cleaning binary files:
make fclean
cleaning all and compile:
make re
Launch the server:
./server PORT
Launch the client:
./client