7#ifndef USER_COMMAND_HPP
8#define USER_COMMAND_HPP
26 void registerClient(
Client *client);
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 USER command.
void execute(Client *client, const std::vector< std::string > &args)
Executes the USER command.