summaryrefslogtreecommitdiff
path: root/src/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.cpp')
-rw-r--r--src/config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.cpp b/src/config.cpp
index 07b51f99e..1adcd624a 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -387,6 +387,7 @@ Conf::Conf() : Block("")
LogInfo l(logage, rawio, debug);
+ l.bot = BotInfo::Find(log->Get<const Anope::string>("bot", "Global"));
spacesepstream(log->Get<const Anope::string>("target")).GetTokens(l.targets);
spacesepstream(log->Get<const Anope::string>("source")).GetTokens(l.sources);
spacesepstream(log->Get<const Anope::string>("admin")).GetTokens(l.admin);