diff options
author | Adam <Adam@anope.org> | 2013-07-26 08:45:44 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-07-26 08:45:44 -0400 |
commit | 3dc64bac4d436ba27683270b88c0cc5bfa346acc (patch) | |
tree | aa1dd95d1c5d4618c06cb8662d9d888c0e5793c8 /include/bots.h | |
parent | 2450a64bf4dc55635c9f4c1c829f149dc6621b41 (diff) |
Fix issues with 'Me' related to previous commit
Diffstat (limited to 'include/bots.h')
-rw-r--r-- | include/bots.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/bots.h b/include/bots.h index ef05c11e0..9c2fc60e3 100644 --- a/include/bots.h +++ b/include/bots.h @@ -58,7 +58,8 @@ class CoreExport BotInfo : public User, public Serializable void Serialize(Serialize::Data &data) const; static Serializable* Unserialize(Serializable *obj, Serialize::Data &); - void GenerateUID(); + void Up(); + void Down(); /** Change the nickname for the bot. * @param newnick The nick to change to |