Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 798 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 798 Bytes

ft_IRC

done in collab with chozeur and rolekss

Introduction

Internet Relay Chat is a text communication protocol on the Internet. It is primarily used for instant communication in the form of group discussions through discussion channels, but can also be used for direct communication between two people.

IRC clients connect to IRC servers to access channels. IRC servers are connected to each other to create networks.

Install

git clone https://github.com/tbrebion/ft_irc

cd ./ft_irc && make

Run

./ircserv <port> <password>

runtime

Connect (from irssi client)

/connect <serverHost> <port> <pass>

connect