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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user