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 64d185840..00c0c87a1 100644 --- a/include/bots.h +++ b/include/bots.h @@ -32,7 +32,7 @@ enum BotFlag static const Anope::string BotFlagString[] = { "BEGIN", "CORE", "PRIVATE", "CONF", "" }; -class CoreExport BotInfo : public User, public Flags<BotFlag, BI_END>, public Serializable<BotInfo> +class CoreExport BotInfo : public User, public Flags<BotFlag, BI_END>, public Serializable { public: uint32_t chancount; |