| 
    IRC SERVER
    
   The goal of this project is to make you write your own IRC server. 
   | 
 
#include "../../includes/functions.hpp"
Functions | |
| std::string | itoa (int a) | 
| std::string | to_lower (std::string str) | 
| std::vector< std::string > | split (const std::string &str, const std::string &delimiters) | 
| bool | is_number (const std::string &s) | 
| bool is_number | ( | const std::string & | s | ) | 
| std::string itoa | ( | int | a | ) | 

| std::vector<std::string> split | ( | const std::string & | str, | 
| const std::string & | delimiters | ||
| ) | 

| std::string to_lower | ( | std::string | str | ) |