1
0
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:
Adam
2010-11-27 00:04:13 -06:00
parent 2b10cc84ea
commit 71c433cc50
158 changed files with 1575 additions and 1615 deletions
+3 -3
View File
@@ -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)
{