mirror of
https://github.com/anope/anope.git
synced 2026-07-06 15:13:13 +02:00
Change webpanel access add to just add via the commands, split Command::Run into two so I can do this as I need to run named commands for it
This commit is contained in:
@@ -170,6 +170,8 @@ class CoreExport Command : public Service
|
||||
*/
|
||||
static void Run(CommandSource &source, const Anope::string &message);
|
||||
|
||||
void Run(CommandSource &source, const Anope::string &, const CommandInfo &, std::vector<Anope::string> ¶ms);
|
||||
|
||||
/** Looks up a command name from the service name.
|
||||
* Note that if the same command exists multiple places this will return the first one encountered
|
||||
* @param command_service The command service to lookup, eg, nickserv/register
|
||||
|
||||
Reference in New Issue
Block a user