Skip to content
/ 42-irc Public

42 | A complete IRC server, RFC compliant, written in C++

Notifications You must be signed in to change notification settings

oc8/42-irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42 IRC Project

This is an IRC project for the 42 school. It allows users to connect to an IRC server and participate in channels.

Prerequisites

  • A C compiler (such as GCC)

Installation

  1. Clone this repository to your computer
  2. Navigate to the project directory
  3. Compile the project with the command make

Usage

To use the IRC client, run the irc executable with the following command:

./ircserv <port> <password>
./ircbot <ip> <port> <password>

weechat

/server add ircserv <ip>/<port> -password=<password>

Make

The following make targets are available:

  • make: Compile the project
  • make clean: Remove compiled files
  • make fclean: Remove compiled files and the irc executable
  • make re: Re-compile the project

About

42 | A complete IRC server, RFC compliant, written in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published