mirror of
https://github.com/anope/anope.git
synced 2026-06-29 15:16:37 +02:00
Allow Command::FindCommandFromService to skip hidden commands.
This commit is contained in:
@@ -285,7 +285,7 @@ public:
|
||||
|
||||
BotInfo *bi;
|
||||
Anope::string cmd;
|
||||
if (dnsmanager && Command::FindCommandFromService("hostserv/validate", bi, cmd))
|
||||
if (dnsmanager && Command::FindFromService("hostserv/validate", bi, cmd))
|
||||
{
|
||||
source.Reply(_(
|
||||
"Your vhost \002%s\002 has been requested. If the requested vhost is for a valid "
|
||||
|
||||
Reference in New Issue
Block a user