[PR #63] [MERGED] Fix extracting enabled library list #180

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

📋 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: masterHead: log_hotfixes


📝 Commits (2)

  • 81a1f96 fix extracting enabled library list
  • 96a1314 delete 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.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/63 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 8/10/2018 **Status:** ✅ Merged **Merged:** 8/11/2018 **Merged by:** [@Nicba1010](https://github.com/Nicba1010) **Base:** `master` ← **Head:** `log_hotfixes` --- ### 📝 Commits (2) - [`81a1f96`](https://github.com/RPCS3/discord-bot/commit/81a1f962b25b6ffbbf4db974785660846b2b2e11) fix extracting enabled library list - [`96a1314`](https://github.com/RPCS3/discord-bot/commit/96a1314012a0a7a8c4336155a4df20602b173e42) delete last bot message if told to shut up ### 📊 Changes **8 files changed** (+90 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Also limit simultaneous log parsing to half the cores instead of N-1 Also more fun stuff --- <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:15 -05:00
yindo closed this issue 2026-02-15 15:55:15 -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#180