[PR #458] [MERGED] Small improvements #529

Closed
opened 2026-02-15 15:56:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/458
Author: @13xforever
Created: 11/15/2019
Status: Merged
Merged: 11/15/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (3)

  • 031aacc tests for string normalization and comparison
  • 04ee418 post more details for new update announcements
  • 118b1ed check for game updates during log parsing

📊 Changes

10 files changed (+61 additions, -16 deletions)

View changed files

📝 Clients/GithubClient/POCOs/PrInfo.cs (+1 -0)
📝 CompatBot/Commands/CompatList.cs (+8 -7)
📝 CompatBot/Commands/Pr.cs (+1 -2)
📝 CompatBot/EventHandlers/UsernameSpoofMonitor.cs (+1 -1)
📝 CompatBot/Utils/Extensions/StringUtils.cs (+7 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+9 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+14 -2)
📝 CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs (+8 -1)
📝 HomoglyphConverter/Normalizer.cs (+1 -1)
📝 Tests/StringUtilTests.cs (+11 -1)

📄 Description

  • show more details about updates in announcements
  • check for available game updates when checking logs

🔄 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/RPCS3/discord-bot/pull/458 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/15/2019 **Status:** ✅ Merged **Merged:** 11/15/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`031aacc`](https://github.com/RPCS3/discord-bot/commit/031aaccf82a656616831102a1a23f44cfb212eef) tests for string normalization and comparison - [`04ee418`](https://github.com/RPCS3/discord-bot/commit/04ee418991cf7fff3d1e2800efd49d1fe742d750) post more details for new update announcements - [`118b1ed`](https://github.com/RPCS3/discord-bot/commit/118b1eddde4327a704e4d380e611f7d0f0f6dd3f) check for game updates during log parsing ### 📊 Changes **10 files changed** (+61 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Clients/GithubClient/POCOs/PrInfo.cs` (+1 -0) 📝 `CompatBot/Commands/CompatList.cs` (+8 -7) 📝 `CompatBot/Commands/Pr.cs` (+1 -2) 📝 `CompatBot/EventHandlers/UsernameSpoofMonitor.cs` (+1 -1) 📝 `CompatBot/Utils/Extensions/StringUtils.cs` (+7 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+9 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+14 -2) 📝 `CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs` (+8 -1) 📝 `HomoglyphConverter/Normalizer.cs` (+1 -1) 📝 `Tests/StringUtilTests.cs` (+11 -1) </details> ### 📄 Description * show more details about updates in announcements * check for available game updates when checking logs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:13 -05:00
yindo closed this issue 2026-02-15 15:56:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#529