Manages client connection and state.
Interface for all IRC commands.
Defines IRC numeric replies and error messages.
Core IRC server implementation.
Represents an IRC client connected to the server.
Abstract base class (interface) for all IRC commands.
Implements the PING command.
virtual void execute(Client *client, const std::vector< std::string > &args)
Executes the PING command.
virtual ~PingCommand()
Destroys the PingCommand object.
Implements the core IRC server functionality as a Singleton.