atorys / IRC

An Internet Relay Chat server in C++ 98 :memo:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

header

An Internet Relay Chat server in C++ 98 based on rfc1459 standard.
Сервер на базе IRC протокола для обмена сообщениями.

channel

Supported clients :

  • Netcat nc localhost [port]
  • LimeChat
  • Adium

How to run

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]

Useful links

About

An Internet Relay Chat server in C++ 98 :memo:


Languages

Language:C++ 97.8%Language:Makefile 2.2%