1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 01:26:39 +02:00

Moved the *Serv help functions to Command, will come in use later with subcommands

This commit is contained in:
Adam
2010-05-30 17:21:44 -04:00
committed by Adam
parent b8f9116b19
commit 6cd8849466
117 changed files with 707 additions and 801 deletions
+2
View File
@@ -22,6 +22,8 @@ Command::~Command()
CommandReturn Command::Execute(User *u, const std::vector<ci::string> &) { return MOD_CONT; }
void Command::OnServHelp(User *u) { }
bool Command::OnHelp(User *u, const ci::string &subcommand) { return false; }
void Command::OnSyntaxError(User *u, const ci::string &subcommand) { }