An Internet Relay Chat server in C++ 98 based on rfc1459 standard.
Сервер на базе IRC протокола для обмена сообщениями.
- Netcat
nc localhost [port]
- LimeChat
- Adium
Use make rule to compile the program. Run it with port and password
make && ./ircserv [port] [password]
Bot running
cd Sources/bot && make
./bot 0.0.0.0 [port] [password]