An open API service indexing awesome lists of open source software.

https://github.com/oc8/42-irc

42 | A complete IRC server, RFC compliant, written in C++
https://github.com/oc8/42-irc

42 cpp irc irc-bot irc-client irc-protocol irc-server

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```

```
./ircbot
```

## weechat
```
/server add ircserv / -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