[PR #397] [MERGED] Small bugfixes #473

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/397
Author: @13xforever
Created: 8/30/2019
Status: Merged
Merged: 8/30/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (7)

  • 91acda3 ...
  • 3bdfd08 add author mention for content filters with custom message
  • cb1cb9c fix potential issues in code
  • 43f574a add note for mgs4
  • d0d8873 change piracy warning back to text, as some people have embeds disabled
  • c1bfcfb Apply suggestions from code review
  • f7646e2 fix library loader note

📊 Changes

8 files changed (+55 additions, -15 deletions)

View changed files

📝 CompatBot/Commands/CompatList.cs (+3 -0)
📝 CompatBot/Database/Providers/ContentFilter.cs (+1 -2)
📝 CompatBot/EventHandlers/DiscordInviteFilter.cs (+11 -0)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+11 -0)
📝 CompatBot/Utils/ResultFormatters/FwInfoFormatter.cs (+2 -2)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+25 -10)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+1 -1)
📝 Tests/TimeParserTests.cs (+1 -0)

📄 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/397 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 8/30/2019 **Status:** ✅ Merged **Merged:** 8/30/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (7) - [`91acda3`](https://github.com/RPCS3/discord-bot/commit/91acda3912452e500ee965a86af0593959b8c6a0) ... - [`3bdfd08`](https://github.com/RPCS3/discord-bot/commit/3bdfd0854e9f622aa2763131db451676eaf03bb2) add author mention for content filters with custom message - [`cb1cb9c`](https://github.com/RPCS3/discord-bot/commit/cb1cb9ce107617040d5eac13965aed5dccf12d89) fix potential issues in code - [`43f574a`](https://github.com/RPCS3/discord-bot/commit/43f574a3a858efca548a2795bf6b5b6f7febee54) add note for mgs4 - [`d0d8873`](https://github.com/RPCS3/discord-bot/commit/d0d88730aa32158950619cf82cbdbe36c393197d) change piracy warning back to text, as some people have embeds disabled - [`c1bfcfb`](https://github.com/RPCS3/discord-bot/commit/c1bfcfb768cae6f998b74ef5395c561ff1bd8ef4) Apply suggestions from code review - [`f7646e2`](https://github.com/RPCS3/discord-bot/commit/f7646e2e98b0e7f89ce26a7e9e15582486c8977f) fix library loader note ### 📊 Changes **8 files changed** (+55 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/CompatList.cs` (+3 -0) 📝 `CompatBot/Database/Providers/ContentFilter.cs` (+1 -2) 📝 `CompatBot/EventHandlers/DiscordInviteFilter.cs` (+11 -0) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+11 -0) 📝 `CompatBot/Utils/ResultFormatters/FwInfoFormatter.cs` (+2 -2) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+25 -10) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+1 -1) 📝 `Tests/TimeParserTests.cs` (+1 -0) </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:56:02 -05:00
yindo closed this issue 2026-02-15 15:56:02 -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#473