IRC SERVER
The goal of this project is to make you write your own IRC server.
Server.hpp File Reference
#include <fcntl.h>
#include <poll.h>
#include "./Channel.hpp"
#include "./Client.hpp"
#include "./Color.hpp"
#include "./config.hpp"
Include dependency graph for Server.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Server
 

Functions

bool validate_args (int argc, char **argv)
 

Function Documentation

◆ validate_args()

bool validate_args ( int  argc,
char **  argv 
)