7#ifndef WHOIS_COMMAND_HPP
8#define WHOIS_COMMAND_HPP
Interface for all IRC commands.
Represents an IRC client connected to the server.
Abstract base class (interface) for all IRC commands.
Implements the core IRC server functionality as a Singleton.
Implements the WHOIS command.
void execute(Client *client, const std::vector< std::string > &args)
Executes the WHOIS command.