mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-05 23:34:09 +02:00
feat: improve IRC command handling with debug logging for incoming messages
This commit is contained in:
@@ -44,6 +44,8 @@ public sealed class IrcCommandHandler
|
||||
line = line.TrimEnd('\r', '\n');
|
||||
if (string.IsNullOrWhiteSpace(line)) continue;
|
||||
|
||||
_logger.LogDebug("IRC < {Id}: {Line}", _conn.ConnectionId, line);
|
||||
|
||||
var msg = IrcMessage.Parse(line);
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user