mirror of
https://github.com/anope/anope.git
synced 2026-06-26 01:46:39 +02:00
The rest of the earlier command changes
This commit is contained in:
+3
-3
@@ -78,11 +78,11 @@ Command::~Command()
|
||||
this->module->DelCommand(this->service, this);
|
||||
}
|
||||
|
||||
void Command::OnServHelp(User *u) { }
|
||||
void Command::OnServHelp(CommandSource &source) { }
|
||||
|
||||
bool Command::OnHelp(User *u, const Anope::string &subcommand) { return false; }
|
||||
bool Command::OnHelp(CommandSource &source, const Anope::string &subcommand) { return false; }
|
||||
|
||||
void Command::OnSyntaxError(User *u, const Anope::string &subcommand) { }
|
||||
void Command::OnSyntaxError(CommandSource &source, const Anope::string &subcommand) { }
|
||||
|
||||
void Command::SetPermission(const Anope::string &reststr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user