An IRC server that is capable of holding many (up to 1000) IRC clients.
- Downloading
git clone [email protected]:AkewakBiru/ircserv.git- Installation
make- Running the program
./ircserv PORT PASSWORDecho -n "user user * * :user\r\nnick nick\r\npass SERVER_PASSWORD\r\n" > connect_mecat connect_me - | nc SERVER_IP SERVER_PORTcommand - should end with CRLF -> to replicate CR (carrage-return), use CTRL + V, then CTRL + M and for LF (line-feed), use return key.