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 2cd8b0766..84c4fa2ec 100644 --- a/include/bots.h +++ b/include/bots.h @@ -29,6 +29,8 @@ enum BotFlag BI_END }; +static const Anope::string BotFlagString[] = { "BEGIN", "CORE", "PRIVATE", "" }; + class CoreExport BotInfo : public User, public Flags<BotFlag, BI_END> { public: |