mirror of
https://github.com/anope/anope.git
synced 2026-06-26 07:16:38 +02:00
Fixed some warnings
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ bool Command::DelSubcommand(Command *c)
|
||||
return false;
|
||||
}
|
||||
|
||||
Command *Command::FindSubcommand(const Anope::string &name)
|
||||
Command *Command::FindSubcommand(const Anope::string &subcommand)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user