Skip to content
/ IRC Public

An Internet Relay Chat server in C++ 98 📝

Notifications You must be signed in to change notification settings

atorys/IRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 

Repository files navigation

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 📝

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published