summaryrefslogtreecommitdiff
path: root/include/bots.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-12 12:46:11 -0400
committerAdam <Adam@anope.org>2011-08-12 12:46:11 -0400
commitf3d7d4ee3799513eee820d6c79d4e925fc47760e (patch)
tree583e40fcb17d66a523493b9edf4ef5c5ed321fa1 /include/bots.h
parentfeee50e6959171123773417caab73ecad3af824b (diff)
Track when our clients are introduced or not
Diffstat (limited to 'include/bots.h')
-rw-r--r--include/bots.h1
1 files changed, 1 insertions, 0 deletions
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<BotFlag, BI_END>
typedef Anope::insensitive_map<CommandInfo> 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.