[PR #52] [MERGED] Hotfixes #170

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/52
Author: @13xforever
Created: 7/20/2018
Status: Merged
Merged: 7/20/2018
Merged by: @Nicba1010

Base: masterHead: bugfixes


📝 Commits (6)

  • 883b790 apparently commit hashes in filenames and in log could have different prefix length
  • d1fce07 Enabled cooldown on !explain to prevent accidental spamming
  • 6bc0b05 make explain list sections uppercase for better contrast
  • 3b51adb some fatal errors take two lines
  • 64c904a fix channel converter
  • 1d7cc0a fixed the issue where manual library selection was selected, but no library was checked

📊 Changes

6 files changed (+43 additions, -21 deletions)

View changed files

📝 CompatBot/Commands/Converters/CustomDiscordChannelConverter.cs (+2 -0)
📝 CompatBot/Commands/Explain.cs (+1 -1)
📝 CompatBot/EventHandlers/LogInfoHandler.cs (+23 -16)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+1 -1)
📝 CompatBot/Utils/EmbedPager.cs (+1 -2)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+15 -1)

📄 Description

This fixes false positive on outdated build in log check


🔄 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/52 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 7/20/2018 **Status:** ✅ Merged **Merged:** 7/20/2018 **Merged by:** [@Nicba1010](https://github.com/Nicba1010) **Base:** `master` ← **Head:** `bugfixes` --- ### 📝 Commits (6) - [`883b790`](https://github.com/RPCS3/discord-bot/commit/883b790549a6db022adb6117280404a4dc5e916b) apparently commit hashes in filenames and in log could have different prefix length - [`d1fce07`](https://github.com/RPCS3/discord-bot/commit/d1fce07b9d4a673b819baeef542796c4b602adec) Enabled cooldown on !explain to prevent accidental spamming - [`6bc0b05`](https://github.com/RPCS3/discord-bot/commit/6bc0b05a5f1329fa005bab121baf10520c85d71a) make explain list sections uppercase for better contrast - [`3b51adb`](https://github.com/RPCS3/discord-bot/commit/3b51adb6618f4ee853746a9282b66443fb4671b9) some fatal errors take two lines - [`64c904a`](https://github.com/RPCS3/discord-bot/commit/64c904a8b7ce612a1d174fad843c1a21676ed78c) fix channel converter - [`1d7cc0a`](https://github.com/RPCS3/discord-bot/commit/1d7cc0ad79905bef77914645c49c05675a520b7e) fixed the issue where manual library selection was selected, but no library was checked ### 📊 Changes **6 files changed** (+43 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Converters/CustomDiscordChannelConverter.cs` (+2 -0) 📝 `CompatBot/Commands/Explain.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogInfoHandler.cs` (+23 -16) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+1 -1) 📝 `CompatBot/Utils/EmbedPager.cs` (+1 -2) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+15 -1) </details> ### 📄 Description This fixes false positive on outdated build in log check --- <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#170