1
0
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:
Robby-
2013-10-04 05:45:28 +02:00
committed by Adam
parent e5b8435769
commit 97d7c21193
12 changed files with 40 additions and 33 deletions
+1 -1
View File
@@ -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);
}