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