Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Latest commit

 

History

History
102 lines (73 loc) · 2.28 KB

README.md

File metadata and controls

102 lines (73 loc) · 2.28 KB

Project's status Project's primary language Project's focus


Logo
Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contact
  6. Acknowledgments

About The Project

ft_irc is a 42 project, aiming to create an IRC server written in C++, compliant with IRC's RFC

You can find full subject here

Built With

Getting Started

Prerequisites

Installation

  • Clone the repo

    git clone https://github.com/kema-dev/ft_irc.git
  • Build the project using make

    make

Usage

  • Launch the program

    ./bin/irc_server <port> <password>
  • Connect your IRC client to the server using appropriate port and password

Roadmap

  • The project is finished and no further work is planned on it

See the open issues for a full list of proposed features (and known issues).

Contact

We are two creators :

kema-dev - GitHub

dorianginisty - GitHub

Acknowledgments