Public Member Functions

CommandNSSASetHide Class Reference

Inherits CommandNSSetHide.

Collaboration diagram for CommandNSSASetHide:
Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

Definition at line 744 of file ns_set.cpp.


Constructor & Destructor Documentation

CommandNSSASetHide::CommandNSSASetHide ( Module creator  )  [inline]

Definition at line 747 of file ns_set.cpp.

References Command::SetSyntax().


Member Function Documentation

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

Execute this command.

Parameters:
source The source
params Command parameters

Reimplemented from CommandNSSetHide.

Definition at line 752 of file ns_set.cpp.

References Command::ClearSyntax(), and CommandNSSetHide::Run().

bool CommandNSSASetHide::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 CommandNSSetHide.

Definition at line 758 of file ns_set.cpp.

References _, Anope::string::c_str(), Config, ServerConfig::NickServ, CommandSource::Reply(), and Command::SendSyntax().


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