test: add regression tests for IRC multi-line message formatting

This commit is contained in:
HueByte
2026-07-23 23:06:15 +02:00
parent 675a39cb15
commit 65766eab1f
2 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -6,4 +6,4 @@
## Bug Fixes
- **IRC multi-line messages** — sending a message with line breaks from the TUI now correctly delivers each line as a separate PRIVMSG to IRC clients. Previously newlines were embedded raw in the IRC frame, which could create invalid messages.
- **IRC multi-line messages** — sending a message with line breaks from the TUI now correctly delivers each line as a separate PRIVMSG to IRC clients. Previously newlines were embedded raw in the IRC frame, so IRC clients silently dropped everything after the first line — most visibly, a link on its own line disappeared while its embed preview still showed.