IRC SERVER
The goal of this project is to make you write your own IRC server.
|
#include <fcntl.h>
#include <poll.h>
#include "./Channel.hpp"
#include "./Client.hpp"
#include "./Color.hpp"
#include "./config.hpp"
Go to the source code of this file.
Classes | |
class | Server |
Functions | |
bool | validate_args (int argc, char **argv) |
bool validate_args | ( | int | argc, |
char ** | argv | ||
) |