diff options
author | Adam <Adam@anope.org> | 2012-11-24 21:22:32 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-11-24 21:22:32 -0500 |
commit | 0210cf2b171af3f5fd4842389e653dd909c716f8 (patch) | |
tree | 2334a5d17fdc7942ff6cdde893f24020ba5e4271 /include/bots.h | |
parent | f0708340ef8919b3a4f9f90f22187d68b06048c0 (diff) |
Make the actual clients into services too
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 3d44d08dd..9b613715b 100644 --- a/include/bots.h +++ b/include/bots.h @@ -35,7 +35,7 @@ enum BotFlag }; /* A service bot (NickServ, ChanServ, a BotServ bot, etc). */ -class CoreExport BotInfo : public User, public Flags<BotFlag>, public Serializable +class CoreExport BotInfo : public User, public Flags<BotFlag>, public Serializable, public Service { public: time_t created; |