mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #489] [MERGED] Log parser updates & new command to decode Sony product codes #561
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/489
Author: @13xforever
Created: 1/14/2020
Status: ✅ Merged
Merged: 1/14/2020
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (6)
01d6794don't use InvariantCulture to replace special symbols, it is bugged on linuxdcb0a05hate amd driver versioning58ee22bupdate filter update reporting45c149fremove duplicate spu block size message for gow390c7ae8filter bot messages9be3dfeadd simple product code decoder command📊 Changes
8 files changed (+602 additions, -6 deletions)
View changed files
📝
CompatBot/Commands/ContentFilters.cs(+1 -1)📝
CompatBot/Commands/Misc.cs(+24 -0)📝
CompatBot/Database/Providers/ContentFilter.cs(+5 -1)📝
CompatBot/EventHandlers/IsTheGamePlayableHandler.cs(+0 -2)📝
CompatBot/Utils/Extensions/StringUtils.cs(+2 -2)➕
CompatBot/Utils/ProductCodeDecoder.cs(+563 -0)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs(+5 -0)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.