[PR #66] [MERGED] Dev fix irc multi line messages #65

Closed
opened 2026-09-04 00:49:59 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/66
Author: @Stone-Red-Code
Created: 7/18/2026
Status: Merged
Merged: 7/18/2026
Merged by: @Stone-Red-Code

Base: devHead: dev_fix_irc_multi_line_messages


📝 Commits (2)

  • c63cd92 fix: irc messages not getting split by line
  • ae33ff9 chore: bump version and add changelog

📊 Changes

5 files changed (+33 additions, -18 deletions)

View changed files

📝 docs/changelog/index.md (+1 -0)
📝 docs/changelog/toc.yml (+2 -0)
docs/changelog/v0.2.17.md (+5 -0)
📝 src/Directory.Build.props (+1 -1)
📝 src/EchoHub.Server.Irc/IrcMessageFormatter.cs (+24 -17)

📄 Description

Summary

See Changelog


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RedWizardsLab/EchoHub/pull/66 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 7/18/2026 **Status:** ✅ Merged **Merged:** 7/18/2026 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `dev` ← **Head:** `dev_fix_irc_multi_line_messages` --- ### 📝 Commits (2) - [`c63cd92`](https://github.com/RedWizardsLab/EchoHub/commit/c63cd925fca4e4e2c64fe9df705d9711c5d668ad) fix: irc messages not getting split by line - [`ae33ff9`](https://github.com/RedWizardsLab/EchoHub/commit/ae33ff9342cc5165f01bee615441f58bd67c6467) chore: bump version and add changelog ### 📊 Changes **5 files changed** (+33 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `docs/changelog/index.md` (+1 -0) 📝 `docs/changelog/toc.yml` (+2 -0) ➕ `docs/changelog/v0.2.17.md` (+5 -0) 📝 `src/Directory.Build.props` (+1 -1) 📝 `src/EchoHub.Server.Irc/IrcMessageFormatter.cs` (+24 -17) </details> ### 📄 Description # Summary See Changelog --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:49:59 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#65