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

CommandUnloadmodule Class Reference

Handle /UNLOADMODULE. More...

#include <cmd_unloadmodule.h>

Inheritance diagram for CommandUnloadmodule:

Inheritance graph
[legend]
Collaboration diagram for CommandUnloadmodule:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CommandUnloadmodule (InspIRCd *Instance)
 Constructor for unloadmodule.
CmdResult Handle (const std::vector< std::string > &parameters, User *user)
 Handle command.

Detailed Description

Handle /UNLOADMODULE.

These command handlers can be reloaded by the core, and handle basic RFC1459 commands. Commands within modules work the same way, however, they can be fully unloaded, where these may not.

Definition at line 27 of file cmd_unloadmodule.h.


Constructor & Destructor Documentation

CommandUnloadmodule::CommandUnloadmodule InspIRCd Instance  )  [inline]
 

Constructor for unloadmodule.

Definition at line 32 of file cmd_unloadmodule.h.

References Command::syntax.


Member Function Documentation

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

Handle command.

Parameters:
parameters The parameters to the comamnd
pcnt The number of parameters passed to teh command
user The user issuing the command
Returns:
A value from CmdResult to indicate command success or failure.

Implements Command.


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