Skip to content
/ ft_irc Public
forked from tbrebion/ft_irc

The objective of this project is to replicate the functioning of an IRC server.

Notifications You must be signed in to change notification settings

chozeur/ft_irc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_IRC

done in collab with rolekss and tbrebion

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

The objective of this project is to replicate the functioning of an IRC server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.8%
  • Makefile 4.2%