mirror of
https://github.com/anope/anope.git
synced 2026-06-29 05:06:38 +02:00
Fix logging for log type 'other'.
os_ignore: Log expired ignores to the normal log level. cs_drop: Allow Services Operators to actually drop channels in Read-Only mode. os_akill, os_sxline, cs_akick: Log deletions by number.
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user