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