Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 1.15 KB

README.md

File metadata and controls

69 lines (47 loc) · 1.15 KB

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