diff options
| author | Adam <Adam@anope.org> | 2011-08-12 12:46:11 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-08-12 12:46:11 -0400 |
| commit | f3d7d4ee3799513eee820d6c79d4e925fc47760e (patch) | |
| tree | 583e40fcb17d66a523493b9edf4ef5c5ed321fa1 /include | |
| parent | feee50e6959171123773417caab73ecad3af824b (diff) | |
Track when our clients are introduced or not
Diffstat (limited to 'include')
| -rw-r--r-- | include/bots.h | 1 |
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. |
