diff options
Diffstat (limited to 'include/bots.h')
-rw-r--r-- | include/bots.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bots.h b/include/bots.h index d5e935d14..17f336023 100644 --- a/include/bots.h +++ b/include/bots.h @@ -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 |