mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #63] [MERGED] Fix extracting enabled library list #180
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/63
Author: @13xforever
Created: 8/10/2018
Status: ✅ Merged
Merged: 8/11/2018
Merged by: @Nicba1010
Base:
master← Head:log_hotfixes📝 Commits (2)
81a1f96fix extracting enabled library list96a1314delete last bot message if told to shut up📊 Changes
8 files changed (+90 additions, -33 deletions)
View changed files
📝
CompatBot/EventHandlers/AntipiracyMonitor.cs(+4 -4)➕
CompatBot/EventHandlers/BotShutupHandler.cs(+56 -0)📝
CompatBot/EventHandlers/LogInfoHandler.cs(+6 -3)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+3 -2)📝
CompatBot/EventHandlers/ProductCodeLookup.cs(+2 -22)📝
CompatBot/EventHandlers/Starbucks.cs(+1 -1)📝
CompatBot/Program.cs(+2 -1)📝
CompatBot/Utils/RolesExtensions.cs(+16 -0)📄 Description
Also limit simultaneous log parsing to half the cores instead of N-1
Also more fun stuff
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.