Public Member Functions

CommandNSSASetMessage Class Reference

Inherits CommandNSSetMessage.

Collaboration diagram for CommandNSSASetMessage:
Collaboration graph
[legend]

Public Member Functions

 CommandNSSASetMessage (Module *creator)
bool OnHelp (CommandSource &source, const Anope::string &) anope_override
void Execute (CommandSource &source, const std::vector< Anope::string > &params) anope_override

Detailed Description

Definition at line 1071 of file ns_set.cpp.


Constructor & Destructor Documentation

CommandNSSASetMessage::CommandNSSASetMessage ( Module creator  )  [inline]

Definition at line 1074 of file ns_set.cpp.

References _, Command::ClearSyntax(), and Command::SetSyntax().


Member Function Documentation

void CommandNSSASetMessage::Execute ( CommandSource source,
const std::vector< Anope::string > &  params 
) [inline, virtual]

Execute this command.

Parameters:
source The source
params Command parameters

Reimplemented from CommandNSSetMessage.

Definition at line 1090 of file ns_set.cpp.

References CommandNSSetMessage::Run().

bool CommandNSSASetMessage::OnHelp ( CommandSource source,
const Anope::string subcommand 
) [inline, virtual]

Requested when the user is requesting help on this command. Help on this command should be sent to the user.

Parameters:
source The source
subcommand The subcommand the user is requesting help on, or an empty string. (e.g. /ns help set foo bar lol gives a subcommand of "FOO BAR LOL")
Returns:
true if help was provided to the user, false otherwise.

Reimplemented from CommandNSSetMessage.

Definition at line 1080 of file ns_set.cpp.

References _, CommandSource::Reply(), and Command::SendSyntax().


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