Inherits CommandNSSetChanstats.

Public Member Functions | |
| CommandNSSASetChanstats (Module *creator) | |
| void | Execute (CommandSource &source, const std::vector< Anope::string > ¶ms) anope_override |
| bool | OnHelp (CommandSource &source, const Anope::string &) anope_override |
Definition at line 336 of file ns_set.cpp.
| CommandNSSASetChanstats::CommandNSSASetChanstats | ( | Module * | creator | ) | [inline] |
Definition at line 339 of file ns_set.cpp.
References _, Command::ClearSyntax(), and Command::SetSyntax().
| void CommandNSSASetChanstats::Execute | ( | CommandSource & | source, | |
| const std::vector< Anope::string > & | params | |||
| ) | [inline, virtual] |
Execute this command.
| source | The source | |
| params | Command parameters |
Reimplemented from CommandNSSetChanstats.
Definition at line 345 of file ns_set.cpp.
References CommandNSSetChanstats::Run().
| bool CommandNSSASetChanstats::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.
| 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") |
Reimplemented from CommandNSSetChanstats.
Definition at line 350 of file ns_set.cpp.
References _, CommandSource::Reply(), and Command::SendSyntax().
1.7.1