The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CommandRemove Class Reference

Handle /REMOVE. More...

Inheritance diagram for CommandRemove:

Inheritance graph
[legend]
Collaboration diagram for CommandRemove:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CommandRemove (InspIRCd *Instance, bool &snk)
CmdResult Handle (const std::vector< std::string > &parameters, User *user)
 Handle the command from a user.

Detailed Description

Handle /REMOVE.

Definition at line 206 of file m_remove.cpp.


Constructor & Destructor Documentation

CommandRemove::CommandRemove InspIRCd Instance,
bool &  snk
[inline]
 

Definition at line 209 of file m_remove.cpp.

References Command::source, Command::syntax, TR_END, TR_NICK, TR_TEXT, and TRANSLATE4.


Member Function Documentation

CmdResult CommandRemove::Handle const std::vector< std::string > &  parameters,
User user
[inline, virtual]
 

Handle the command from a user.

Parameters:
parameters The parameters for the command.
user The user who issued the command.
Returns:
Return CMD_SUCCESS on success, or CMD_FAILURE on failure. If the command succeeds but should remain local to this server, return CMD_LOCALONLY.

Implements Command.

Definition at line 216 of file m_remove.cpp.

References RemoveBase::Handle().


The documentation for this class was generated from the following file: