mirror of
https://github.com/anope/anope.git
synced 2026-07-10 18:23:13 +02:00
Allow Command::FindCommandFromService to skip hidden commands.
This commit is contained in:
@@ -671,7 +671,7 @@ public:
|
||||
|
||||
BotInfo *bi;
|
||||
Anope::string cmd;
|
||||
if (Command::FindCommandFromService("chanserv/levels", bi, cmd))
|
||||
if (Command::FindFromService("chanserv/levels", bi, cmd))
|
||||
{
|
||||
source.Reply(" ");
|
||||
source.Reply(_(
|
||||
|
||||
Reference in New Issue
Block a user