mirror of
https://github.com/anope/anope.git
synced 2026-07-10 07:43:13 +02:00
Expand GetQueryCommand to take a command name.
This commit is contained in:
+1
-1
@@ -139,7 +139,7 @@ public:
|
||||
CommandInfo *GetCommand(const Anope::string &cname);
|
||||
|
||||
/** Get the command that users can use to send a message to this bot. */
|
||||
Anope::string GetQueryCommand() const;
|
||||
Anope::string GetQueryCommand(const Anope::string &command = "", const Anope::string &extra = "") const;
|
||||
|
||||
/** Find a bot by nick
|
||||
* @param nick The nick
|
||||
|
||||
Reference in New Issue
Block a user