[PR #174] [MERGED] !reanalyze command #257

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/174
Author: @13xforever
Created: 1/15/2019
Status: Merged
Merged: 1/15/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (5)

  • 3e91577 rehost the piracy image on discord
  • 62835ea add note on auto lib loaders
  • 0ec6624 limit log attachment size only for non-streamable formats
  • 6f07814 !reanalize log command
  • 3133d15 mention who asked to reanalyze the log, for accountability

📊 Changes

9 files changed (+86 additions, -22 deletions)

View changed files

📝 CompatBot/Commands/Attributes/RequiresDm.cs (+1 -1)
📝 CompatBot/Commands/Moderation.cs (+36 -0)
📝 CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs (+2 -0)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/RarHandler.cs (+3 -0)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/SevenZipHandler.cs (+3 -0)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/ZipHandler.cs (+3 -0)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+25 -21)
📝 CompatBot/Utils/DiscordClientExtensions.cs (+5 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+8 -0)

📄 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/174 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/15/2019 **Status:** ✅ Merged **Merged:** 1/15/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`3e91577`](https://github.com/RPCS3/discord-bot/commit/3e915777822d1ad8dfff3e55bd8764624fd0e537) rehost the piracy image on discord - [`62835ea`](https://github.com/RPCS3/discord-bot/commit/62835ea752d975b0f2a933ee8046da0fa1fc33af) add note on auto lib loaders - [`0ec6624`](https://github.com/RPCS3/discord-bot/commit/0ec66247c00ec9712774219fdb303ee0b9d8d905) limit log attachment size only for non-streamable formats - [`6f07814`](https://github.com/RPCS3/discord-bot/commit/6f07814d589b658f86c56e7411e1db8e56730a39) !reanalize log command - [`3133d15`](https://github.com/RPCS3/discord-bot/commit/3133d159805c89e165481ad539806720ba836670) mention who asked to reanalyze the log, for accountability ### 📊 Changes **9 files changed** (+86 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Attributes/RequiresDm.cs` (+1 -1) 📝 `CompatBot/Commands/Moderation.cs` (+36 -0) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs` (+2 -0) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/RarHandler.cs` (+3 -0) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/SevenZipHandler.cs` (+3 -0) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/ZipHandler.cs` (+3 -0) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+25 -21) 📝 `CompatBot/Utils/DiscordClientExtensions.cs` (+5 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+8 -0) </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:55:28 -05:00
yindo closed this issue 2026-02-15 15:55:28 -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#257