diff options
author | Adam <Adam@anope.org> | 2013-05-18 13:07:57 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-18 13:08:26 -0400 |
commit | 51b7d53108a01fcd0854fe9d602fee330339d4d3 (patch) | |
tree | 1cb59dc702e213dca62e14be1d798e0d9de4f989 /include/logger.h | |
parent | 3253455792568eda3f688916b533cb814b9996fb (diff) |
Add a config option for the default log bot
Diffstat (limited to 'include/logger.h')
-rw-r--r-- | include/logger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/logger.h b/include/logger.h index afa874ca3..b97839732 100644 --- a/include/logger.h +++ b/include/logger.h @@ -109,6 +109,7 @@ class CoreExport Log class CoreExport LogInfo { public: + BotInfo *bot; std::vector<Anope::string> targets; std::vector<LogFile *> logfiles; int last_day; |