1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 07:36:38 +02:00

logger: some log events rely on empty sources

This commit is contained in:
Adam
2017-01-23 08:03:51 -05:00
parent c593661f40
commit c730291762
+1 -1
View File
@@ -147,7 +147,7 @@ Anope::string Log::FormatSource() const
return nc->display;
else if (source)
return source->GetNick();
return "<unknown>";
return "";
}
Anope::string Log::FormatCommand() const