| 
    IRC SERVER
    
   The goal of this project is to make you write your own IRC server. 
   | 
 
 
 
 
std::string _description
Definition: Command.hpp:12
 
std::string _name
Definition: Command.hpp:11
 
Definition: Command.hpp:7
 
void message(char const *message)
Definition: client.cpp:15
 
Message * _message
Definition: Command.hpp:21
 
std::map< size_t, std::string > _example
Definition: Command.hpp:16
 
void execute()
Definition: Ping.hpp:18
 
std::map< size_t, std::string > getParams(void) const
Definition: message.cpp:79
 
std::string _usage
Definition: Command.hpp:13
 
Client * _sender
Definition: Command.hpp:19
 
Ping()
Definition: Ping.hpp:10