Skip to content

Latest commit

 

History

History
140 lines (111 loc) · 3.52 KB

File metadata and controls

140 lines (111 loc) · 3.52 KB

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