[PR #395] [MERGED] Implement check for ps3 firmware update #471

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/395
Author: @13xforever
Created: 8/28/2019
Status: Merged
Merged: 8/28/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (1)

  • ca0048c implement check for ps3 firmware update

📊 Changes

6 files changed (+170 additions, -0 deletions)

View changed files

📝 Clients/CompatApiClient/Compression/CompressionMessageHandler.cs (+2 -0)
📝 Clients/PsnClient/POCOs/Container.cs (+7 -0)
📝 Clients/PsnClient/PsnClient.cs (+78 -0)
📝 CompatBot/Commands/Misc.cs (+4 -0)
📝 CompatBot/Commands/Psn.Check.cs (+12 -0)
CompatBot/Utils/ResultFormatters/FwInfoFormatter.cs (+67 -0)

📄 Description

Use !firmware to check for the latest available update


🔄 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/395 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 8/28/2019 **Status:** ✅ Merged **Merged:** 8/28/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (1) - [`ca0048c`](https://github.com/RPCS3/discord-bot/commit/ca0048c95a1c3097fc8d143661185edd010879a4) implement check for ps3 firmware update ### 📊 Changes **6 files changed** (+170 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CompatApiClient/Compression/CompressionMessageHandler.cs` (+2 -0) 📝 `Clients/PsnClient/POCOs/Container.cs` (+7 -0) 📝 `Clients/PsnClient/PsnClient.cs` (+78 -0) 📝 `CompatBot/Commands/Misc.cs` (+4 -0) 📝 `CompatBot/Commands/Psn.Check.cs` (+12 -0) ➕ `CompatBot/Utils/ResultFormatters/FwInfoFormatter.cs` (+67 -0) </details> ### 📄 Description Use `!firmware` to check for the latest available update --- <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:02 -05:00
yindo closed this issue 2026-02-15 15:56:02 -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#471