[PR #444] [MERGED] Update some checks #516

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/444
Author: @13xforever
Created: 10/31/2019
Status: Merged
Merged: 10/31/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (2)

  • abb43d1 update sandbox detector
  • 36a26c8 yell at people if they use emulator inside file sync folder

📊 Changes

11 files changed (+81 additions, -28 deletions)

View changed files

📝 CompatBot/Commands/BotStats.cs (+1 -1)
📝 CompatBot/Commands/Psn.cs (+0 -1)
📝 CompatBot/Config.cs (+2 -2)
📝 CompatBot/Database/DbImporter.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+1 -2)
📝 CompatBot/Utils/ColorGetter.cs (+1 -1)
CompatBot/Utils/PathUtils.cs (+25 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+23 -15)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+12 -0)
📝 CompatBot/Utils/SandboxDetector.cs (+5 -5)
CompatBot/Utils/SandboxType.cs (+10 -0)

📄 Description

  • check for file sync folders in logs
  • update sandbox checks

🔄 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/444 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 10/31/2019 **Status:** ✅ Merged **Merged:** 10/31/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`abb43d1`](https://github.com/RPCS3/discord-bot/commit/abb43d1a8ae6c984860166b55dc5e3dc4180a4aa) update sandbox detector - [`36a26c8`](https://github.com/RPCS3/discord-bot/commit/36a26c89dfae1f059d47aaa1b7949f53882cbca1) yell at people if they use emulator inside file sync folder ### 📊 Changes **11 files changed** (+81 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/BotStats.cs` (+1 -1) 📝 `CompatBot/Commands/Psn.cs` (+0 -1) 📝 `CompatBot/Config.cs` (+2 -2) 📝 `CompatBot/Database/DbImporter.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+1 -2) 📝 `CompatBot/Utils/ColorGetter.cs` (+1 -1) ➕ `CompatBot/Utils/PathUtils.cs` (+25 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+23 -15) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+12 -0) 📝 `CompatBot/Utils/SandboxDetector.cs` (+5 -5) ➕ `CompatBot/Utils/SandboxType.cs` (+10 -0) </details> ### 📄 Description * check for file sync folders in logs * update sandbox checks --- <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:11 -05:00
yindo closed this issue 2026-02-15 15:56:11 -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#516