mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #222] [MERGED] Fixes and updates to the log parser #301
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/222
Author: @13xforever
Created: 2/17/2019
Status: ✅ Merged
Merged: 2/17/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (8)
9a2d0a0fix !psn check updates without any input80310c2do not look for the category channels, they're useless2ed4abcdetect when logging settings were modified655f20fsupport for firmware version information, including notes on old and custom firmware698d35dnote on old CPUs858b88cmore exceptions in handling unknown commands272aae9add log owner to parsing results22b81c3move antipiracy management up to sudoers for now📊 Changes
10 files changed (+119 additions, -24 deletions)
View changed files
📝
CompatBot/Commands/Antipiracy.cs(+1 -1)📝
CompatBot/Commands/Converters/CustomDiscordChannelConverter.cs(+3 -3)📝
CompatBot/Commands/Misc.cs(+1 -1)📝
CompatBot/Commands/Psn.Check.cs(+13 -2)📝
CompatBot/CompatBot.csproj(+11 -0)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+9 -1)📝
CompatBot/EventHandlers/ProductCodeLookup.cs(+3 -0)📝
CompatBot/EventHandlers/UnknownCommandHandler.cs(+7 -2)📝
CompatBot/Utils/DiscordClientExtensions.cs(+0 -1)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+71 -13)📄 Description
This is mostly to fix #221:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.