[PR #669] [MERGED] Maintenance #732

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/669
Author: @13xforever
Created: 11/3/2020
Status: Merged
Merged: 11/3/2020
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (5)

  • 1509ac7 fix !reanalyze command
  • 8d818ad fix message link parsing
  • 51efb4c update 3rd party deps
  • c844c97 increase log snoop window
  • 7bba1b2 ugh fix false warning for multirun logs

📊 Changes

14 files changed (+22 additions, -19 deletions)

View changed files

📝 CompatBot/Commands/Moderation.cs (+2 -2)
📝 CompatBot/CompatBot.csproj (+3 -3)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/BaseSourceHandler.cs (+2 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/DropboxHandler.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/FileSourceHandler.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/GenericLinkHandler.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs (+2 -2)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/MegaHandler.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/OneDriveSourceHandler.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/PastebinHandler.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+4 -3)
📝 CompatBot/Utils/Extensions/CommandContextExtensions.cs (+1 -1)

📄 Description

No description provided


🔄 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/669 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/3/2020 **Status:** ✅ Merged **Merged:** 11/3/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`1509ac7`](https://github.com/RPCS3/discord-bot/commit/1509ac74a87965c12f1deb19e782414399e96993) fix !reanalyze command - [`8d818ad`](https://github.com/RPCS3/discord-bot/commit/8d818ad91504d6837458805ba02bf0cb5c5cacba) fix message link parsing - [`51efb4c`](https://github.com/RPCS3/discord-bot/commit/51efb4cd0dfa81416b19589429d3d6e751fa7612) update 3rd party deps - [`c844c97`](https://github.com/RPCS3/discord-bot/commit/c844c97104a86ec8f9e8a698448a354044738b24) increase log snoop window - [`7bba1b2`](https://github.com/RPCS3/discord-bot/commit/7bba1b2b2fd6a65becdbdf59049abc0124913b2d) ugh fix false warning for multirun logs ### 📊 Changes **14 files changed** (+22 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Moderation.cs` (+2 -2) 📝 `CompatBot/CompatBot.csproj` (+3 -3) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/BaseSourceHandler.cs` (+2 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/DropboxHandler.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/FileSourceHandler.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/GenericLinkHandler.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs` (+2 -2) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/MegaHandler.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/OneDriveSourceHandler.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/PastebinHandler.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+4 -3) 📝 `CompatBot/Utils/Extensions/CommandContextExtensions.cs` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:44 -05:00
yindo closed this issue 2026-02-15 15:56:44 -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#732