diff options
Diffstat (limited to 'src/config.cpp')
-rw-r--r-- | src/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.cpp b/src/config.cpp index 27c3eccdc..40bfc0613 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -420,7 +420,7 @@ Conf::Conf() : Block("") spacesepstream(log->Get<const Anope::string>("servers")).GetTokens(l.servers); spacesepstream(log->Get<const Anope::string>("channels")).GetTokens(l.channels); spacesepstream(log->Get<const Anope::string>("users")).GetTokens(l.users); - spacesepstream(log->Get<const Anope::string>("normal")).GetTokens(l.normal); + spacesepstream(log->Get<const Anope::string>("other")).GetTokens(l.normal); this->LogInfos.push_back(l); } |