diff options
Diffstat (limited to 'include/bots.h')
-rw-r--r-- | include/bots.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bots.h b/include/bots.h index 84c4fa2ec..7cdf417f1 100644 --- a/include/bots.h +++ b/include/bots.h @@ -51,6 +51,8 @@ class CoreExport BotInfo : public User, public Flags<BotFlag, BI_END> */ virtual ~BotInfo(); + void SetIdent(const Anope::string &sident); + /** Change the nickname for the bot. * @param newnick The nick to change to */ |