[PR #329] [MERGED] New checks for RPCS3 install in special places #402

Closed
opened 2026-02-15 15:55:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/329
Author: @13xforever
Created: 6/3/2019
Status: Merged
Merged: 6/3/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (3)

  • 4127806 fix psn scraper by hardcoding the known psn stores
  • 42c3a22 fix one very important typo
  • 885e429 check for rpcs3 install in some special places

📊 Changes

7 files changed (+36 additions, -31 deletions)

View changed files

📝 Clients/PsnClient/PsnClient.cs (+10 -22)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+1 -0)
📝 CompatBot/EventHandlers/ProductCodeLookup.cs (+0 -2)
📝 CompatBot/Program.cs (+2 -4)
📝 CompatBot/ThumbScrapper/PsnScraper.cs (+1 -3)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+21 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+1 -0)

📄 Description

Also fixed PSN scraper


🔄 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/329 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 6/3/2019 **Status:** ✅ Merged **Merged:** 6/3/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`4127806`](https://github.com/RPCS3/discord-bot/commit/4127806eca5ea7e9bbd114c03b6160a7da17eb6f) fix psn scraper by hardcoding the known psn stores - [`42c3a22`](https://github.com/RPCS3/discord-bot/commit/42c3a22844b100926fc56978f08bc2300562585c) fix one very important typo - [`885e429`](https://github.com/RPCS3/discord-bot/commit/885e4298e179928ca1a2432f90d147afe68b5c70) check for rpcs3 install in some special places ### 📊 Changes **7 files changed** (+36 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `Clients/PsnClient/PsnClient.cs` (+10 -22) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+1 -0) 📝 `CompatBot/EventHandlers/ProductCodeLookup.cs` (+0 -2) 📝 `CompatBot/Program.cs` (+2 -4) 📝 `CompatBot/ThumbScrapper/PsnScraper.cs` (+1 -3) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+21 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+1 -0) </details> ### 📄 Description Also fixed PSN scraper --- <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:55:52 -05:00
yindo closed this issue 2026-02-15 15:55:52 -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#402