mirror of
https://github.com/anope/anope.git
synced 2026-06-26 00:46:37 +02:00
Fixed subcommands
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ void Command::SetPermission(const Anope::string &reststr)
|
||||
this->permission = reststr;
|
||||
}
|
||||
|
||||
bool Command::AddSubcommand(Command *c)
|
||||
bool Command::AddSubcommand(Module *creator, Command *c)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user