mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 16:46:08 +02:00
feat: add image handling actions and improve IRC message formatting
This commit is contained in:
@@ -433,7 +433,7 @@ public sealed class IrcCommandHandler
|
||||
foreach (var m in history)
|
||||
{
|
||||
var decrypted = m with { Content = _encryption.Decrypt(m.Content) };
|
||||
var lines = IrcMessageFormatter.FormatMessage(decrypted);
|
||||
var lines = IrcMessageFormatter.FormatMessage(decrypted, _options.PublicBaseUrl);
|
||||
foreach (var line in lines)
|
||||
await _conn.SendAsync(line);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user