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 349cab617..bab3931c5 100644 --- a/include/bots.h +++ b/include/bots.h @@ -60,6 +60,8 @@ class CoreExport BotInfo : public User, public Serializable void GenerateUID(); + void OnKill(); + /** Change the nickname for the bot. * @param newnick The nick to change to */ |