[PR #372] [MERGED] Minor log parsing update #448

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (2)

📊 Changes

5 files changed (+117 additions, -1 deletions)

View changed files

📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/DropboxHandler.cs (+1 -1)
CompatBot/EventHandlers/LogParsing/SourceHandlers/GenericLinkHandler.cs (+111 -0)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+1 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+3 -0)

📄 Description

  • support direct links for logs on github and discord
  • note on enabled mtrsx

🔄 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/372 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 8/12/2019 **Status:** ✅ Merged **Merged:** 8/12/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`8aed26d`](https://github.com/RPCS3/discord-bot/commit/8aed26d183860d49421546d1f1b65828701cb472) note for enabled mtrsx - [`b6a1019`](https://github.com/RPCS3/discord-bot/commit/b6a101967cf415673ef698bce8badda0bff43576) generic log link handler ### 📊 Changes **5 files changed** (+117 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/DropboxHandler.cs` (+1 -1) ➕ `CompatBot/EventHandlers/LogParsing/SourceHandlers/GenericLinkHandler.cs` (+111 -0) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+1 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+3 -0) </details> ### 📄 Description * support direct links for logs on github and discord * note on enabled mtrsx --- <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:58 -05:00
yindo closed this issue 2026-02-15 15:55:58 -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#448