/ft_irc

Create your own IRC server in C++, fully compatible with an official client.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

ft_irc (Internet Relay Chat Server)

Server Running Command

make

./ircserv [PORT] [PASSWORD]


Client

You can choose ready irc client for client. KVIRC will be the best of them. You can also connect with netcat (nc).

KVIRC

nc [IP] [PORT];

Commands

HELP 

JOIN [#CHANNEL]

PRIVMSG [#CHANNEL] : [MESSAGE]

PRIVMSG [NICK] : [MESSAGE]

KICK [#CHANNEL] [NICK]

NOTICE [#CHANNEL] : [MESSAGE]

QUIT