diff options
author | Adam <Adam@anope.org> | 2011-08-13 21:52:21 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-09-10 01:52:46 -0400 |
commit | 8a6d6577bd6c9d5ca57c98d932a99ae890ba7cc8 (patch) | |
tree | c3d63ae7797a4c8d08cd7b75ef69a48720a9605d /include/bots.h | |
parent | 4a7ba7ef4cd92263d8187b1385d8bf46102ef7b3 (diff) |
Removed log:inhabitlogchannel and replaced it with service:channels
Diffstat (limited to 'include/bots.h')
-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 f5b4c528a..20daeddcf 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 */ + std::vector<Anope::string> botchannels; /* Channels the bot should be in as configured in service:channels */ bool introduced; /* Whether or not this bot is introduced */ /** Create a new bot. |