Skip to content

tbrebion/ft_irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published