[PR #919] [MERGED] Add Xeon model check for old CPUs #940

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/919
Author: @13xforever
Created: 12/7/2022
Status: Merged
Merged: 12/8/2022
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (2)

  • 4eb7012 add xeon model check for old cpus
  • 625f1e3 move credits to slash commands and update the code slightly

📊 Changes

7 files changed (+73 additions, -44 deletions)

View changed files

📝 Clients/GithubClient/GithubClient.csproj (+1 -1)
CompatBot/Commands/BaseApplicationCommandModuleCustom.cs (+49 -0)
📝 CompatBot/Commands/Misc.cs (+0 -25)
📝 CompatBot/Commands/SlashMisc.cs (+16 -13)
📝 CompatBot/Program.cs (+4 -5)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+1 -0)
📝 discord-bot-net.sln (+2 -0)

📄 Description

matches everything up to and including broadwell
tests: https://regex101.com/r/WNnROT/1


🔄 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/919 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 12/7/2022 **Status:** ✅ Merged **Merged:** 12/8/2022 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`4eb7012`](https://github.com/RPCS3/discord-bot/commit/4eb701290a8e3a15624ba13b31a3e09acd42ec31) add xeon model check for old cpus - [`625f1e3`](https://github.com/RPCS3/discord-bot/commit/625f1e316663e877ce0e04f8b8b4fb0dccdb3c71) move credits to slash commands and update the code slightly ### 📊 Changes **7 files changed** (+73 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -1) ➕ `CompatBot/Commands/BaseApplicationCommandModuleCustom.cs` (+49 -0) 📝 `CompatBot/Commands/Misc.cs` (+0 -25) 📝 `CompatBot/Commands/SlashMisc.cs` (+16 -13) 📝 `CompatBot/Program.cs` (+4 -5) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+1 -0) 📝 `discord-bot-net.sln` (+2 -0) </details> ### 📄 Description matches everything up to and including broadwell tests: https://regex101.com/r/WNnROT/1 --- <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:57:17 -05:00
yindo closed this issue 2026-02-15 15:57:17 -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#940