[PR #55] [MERGED] New discord client fixes #173

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/55
Author: @13xforever
Created: 7/25/2018
Status: Merged
Merged: 7/25/2018
Merged by: @Nicba1010

Base: masterHead: new_discord_client_fixes


📝 Commits (8)

  • fd3608c fix os detection in some multirun logs
  • 759c9a0 fix log parsing results for recent discord client update
  • ad361de use role whitelist for piracy checks
  • 91b2bda Detect missing rap files
  • 0626cc9 missing rap in random pasted log snippets
  • b6c6c4f also whitelisted roles for log results with detected piracy string
  • ef745b6 fix !warn list argument descriptions
  • ea1a0aa seriously, discord, you need to chill

📊 Changes

10 files changed (+89 additions, -28 deletions)

View changed files

📝 CompatBot/Commands/Misc.cs (+3 -2)
📝 CompatBot/Commands/Warnings.ListGroup.cs (+3 -3)
📝 CompatBot/EventHandlers/AntipiracyMonitor.cs (+3 -0)
📝 CompatBot/EventHandlers/LogInfoHandler.cs (+26 -13)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+3 -1)
📝 CompatBot/EventHandlers/LogsAsTextMonitor.cs (+13 -4)
📝 CompatBot/EventHandlers/Starbucks.cs (+1 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+20 -4)
CompatBot/Utils/RolesExtensions.cs (+15 -0)
📝 CompatBot/Utils/StringUtils.cs (+2 -0)

📄 Description

Apparently discord decided to remove multiple spaces inside inline code blocks.
Also fixes some minor bugs and adds missing rap file detection in logs.


🔄 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/55 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 7/25/2018 **Status:** ✅ Merged **Merged:** 7/25/2018 **Merged by:** [@Nicba1010](https://github.com/Nicba1010) **Base:** `master` ← **Head:** `new_discord_client_fixes` --- ### 📝 Commits (8) - [`fd3608c`](https://github.com/RPCS3/discord-bot/commit/fd3608cab30fe192f06a5335f954fbe9e5728419) fix os detection in some multirun logs - [`759c9a0`](https://github.com/RPCS3/discord-bot/commit/759c9a048d856788b6eb4c2b478667490ca9ab76) fix log parsing results for recent discord client update - [`ad361de`](https://github.com/RPCS3/discord-bot/commit/ad361dee86f8e6d117659c4ce375de056ade7bfc) use role whitelist for piracy checks - [`91b2bda`](https://github.com/RPCS3/discord-bot/commit/91b2bdac41d494ca9f4618613f8c041ed8a8f21b) Detect missing rap files - [`0626cc9`](https://github.com/RPCS3/discord-bot/commit/0626cc993c220728c73875d36bf8b0a258391682) missing rap in random pasted log snippets - [`b6c6c4f`](https://github.com/RPCS3/discord-bot/commit/b6c6c4f3f15e07d53c39d127652829fb83ba8c7c) also whitelisted roles for log results with detected piracy string - [`ef745b6`](https://github.com/RPCS3/discord-bot/commit/ef745b68d1fe2a7538af8f0cfd0a88f7815dbce6) fix !warn list argument descriptions - [`ea1a0aa`](https://github.com/RPCS3/discord-bot/commit/ea1a0aa81afedfbf81a0970bd76245ab194737f2) seriously, discord, you need to chill ### 📊 Changes **10 files changed** (+89 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Misc.cs` (+3 -2) 📝 `CompatBot/Commands/Warnings.ListGroup.cs` (+3 -3) 📝 `CompatBot/EventHandlers/AntipiracyMonitor.cs` (+3 -0) 📝 `CompatBot/EventHandlers/LogInfoHandler.cs` (+26 -13) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+3 -1) 📝 `CompatBot/EventHandlers/LogsAsTextMonitor.cs` (+13 -4) 📝 `CompatBot/EventHandlers/Starbucks.cs` (+1 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+20 -4) ➕ `CompatBot/Utils/RolesExtensions.cs` (+15 -0) 📝 `CompatBot/Utils/StringUtils.cs` (+2 -0) </details> ### 📄 Description Apparently discord decided to remove multiple spaces inside inline code blocks. Also fixes some minor bugs and adds missing rap file detection in logs. --- <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:14 -05:00
yindo closed this issue 2026-02-15 15:55:14 -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#173