1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 21:46:39 +02:00

Track when our clients are introduced or not

This commit is contained in:
Adam
2011-08-12 12:46:11 -04:00
parent feee50e695
commit f3d7d4ee37
7 changed files with 27 additions and 4 deletions
+1
View File
@@ -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.