mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #174] [MERGED] !reanalyze command #257
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:vnext📝 Commits (5)
3e91577rehost the piracy image on discord62835eaadd note on auto lib loaders0ec6624limit log attachment size only for non-streamable formats6f07814!reanalize log command3133d15mention 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.