From f3d7d4ee3799513eee820d6c79d4e925fc47760e Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 12 Aug 2011 12:46:11 -0400 Subject: Track when our clients are introduced or not --- include/bots.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/bots.h b/include/bots.h index 477380c2c..399ba3ea1 100644 --- a/include/bots.h +++ b/include/bots.h @@ -41,6 +41,7 @@ class CoreExport BotInfo : public User, public Flags typedef Anope::insensitive_map command_map; command_map commands; /* Commands, actual name to service name */ Anope::string botmodes; /* Modes the bot should have as configured in service:modes */ + bool introduced; /* Whether or not this bot is introduced */ /** Create a new bot. * @param nick The nickname to assign to the bot. -- cgit