diff options
author | Adam <Adam@anope.org> | 2013-07-26 21:40:16 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-07-26 21:40:16 -0400 |
commit | fde83f6564c38635c7bfebd7edb60f30b012189c (patch) | |
tree | f4a56f82280ecb1f3ed3291b44c6afda72a0fce2 /include | |
parent | f0f43cf4264c68d638cd5920877d088c6c278435 (diff) |
Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess
Diffstat (limited to 'include')
-rw-r--r-- | include/bots.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/bots.h b/include/bots.h index 9c2fc60e3..ef05c11e0 100644 --- a/include/bots.h +++ b/include/bots.h @@ -58,8 +58,7 @@ class CoreExport BotInfo : public User, public Serializable void Serialize(Serialize::Data &data) const; static Serializable* Unserialize(Serializable *obj, Serialize::Data &); - void Up(); - void Down(); + void GenerateUID(); /** Change the nickname for the bot. * @param newnick The nick to change to |