Skip to content

Bilaboz/ft_irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lint

ft_irc

A simple IRC server written in C++98

⚠️ Important note

This server has been developed with irssi as reference IRC client
It is not guaranteed that this server will work with other IRC clients

Compiling

git clone https://github.com/Bilaboz/ft_irc.git
cd ft_irc
make

Usage

./ircserv <port> [password]

Example: ./ircserv 6667 securepassword
Note: the password is optional

List of currently supported commands

Supported commands
WHO
DIE
PING
QUIT
JOIN
NICK
PASS
PART
KICK
MODE (+-itkol)
USER
TOPIC
WHOIS
INVITE
NOTICE
PRIVMSG

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page

Show your support

Give a ⭐️ if this project helped you!

Authors

About

An IRC server in C++ 98

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published