mirror of
https://github.com/anope/anope.git
synced 2026-06-12 17:04:47 +02:00
Allow Command::FindCommandFromService to skip hidden commands.
This commit is contained in:
+1
-1
@@ -189,5 +189,5 @@ public:
|
||||
* @param name If found, is set to the command name, eg REGISTER
|
||||
* @return true if the given command service exists
|
||||
*/
|
||||
static bool FindCommandFromService(const Anope::string &command_service, BotInfo *&bi, Anope::string &name);
|
||||
static bool FindFromService(const Anope::string &command_service, BotInfo *&bi, Anope::string &name);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user