[PR #311] [MERGED] Minor additions #388

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/311
Author: @13xforever
Created: 5/10/2019
Status: Merged
Merged: 5/10/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (4)

  • 5e3e810 detect >100% audio volume
  • 85c7775 detect audio driver latency issues
  • e8796a8 fix emoji text conversion for digits
  • fa671f1 ability to silently remove recent bot message by reacting with 🔇

📊 Changes

8 files changed (+60 additions, -14 deletions)

View changed files

📝 CompatBot/Config.cs (+2 -0)
📝 CompatBot/EventHandlers/BotReactionsHandler.cs (+1 -2)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+3 -0)
📝 CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs (+7 -0)
📝 CompatBot/EventHandlers/LogParsing/POCOs/LogParseState.cs (+1 -0)
📝 CompatBot/EventHandlers/Starbucks.cs (+29 -10)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+10 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+7 -2)

📄 Description

No description provided


🔄 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/311 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 5/10/2019 **Status:** ✅ Merged **Merged:** 5/10/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`5e3e810`](https://github.com/RPCS3/discord-bot/commit/5e3e81070d550f975334d54aa96837ab7b4e9ebc) detect >100% audio volume - [`85c7775`](https://github.com/RPCS3/discord-bot/commit/85c7775d12c24ca834b5fac8c53e3012a41d92be) detect audio driver latency issues - [`e8796a8`](https://github.com/RPCS3/discord-bot/commit/e8796a86f61f76c825ae11557422266becac8b7e) fix emoji text conversion for digits - [`fa671f1`](https://github.com/RPCS3/discord-bot/commit/fa671f16caf1f6502c76b89eb5f2193e919c2674) ability to silently remove recent bot message by reacting with 🔇 ### 📊 Changes **8 files changed** (+60 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Config.cs` (+2 -0) 📝 `CompatBot/EventHandlers/BotReactionsHandler.cs` (+1 -2) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+3 -0) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs` (+7 -0) 📝 `CompatBot/EventHandlers/LogParsing/POCOs/LogParseState.cs` (+1 -0) 📝 `CompatBot/EventHandlers/Starbucks.cs` (+29 -10) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+10 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+7 -2) </details> ### 📄 Description _No description provided_ --- <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:49 -05:00
yindo closed this issue 2026-02-15 15:55:49 -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#388