[PR #514] [MERGED] Make warn stats to be not wrong in some cases #585

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/514
Author: @13xforever
Created: 2/20/2020
Status: Merged
Merged: 2/20/2020
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (6)

  • 402ed6e try to fix assembly load issues after dotnet bcl upgrade once again
  • 6630316 try to warn when creating a new event in the past
  • c58940f potential issue with edat error detection with new logs
  • 89cb2c8 fix some warning stats
  • 6bc7d10 even more warn stat fixes
  • 128fcd8 increase min threshold for command suggestion

📊 Changes

6 files changed (+41 additions, -19 deletions)

View changed files

📝 CompatBot/Commands/BotStats.cs (+28 -8)
📝 CompatBot/Commands/EventsBaseCommand.cs (+6 -2)
📝 CompatBot/Commands/Sudo.Bot.cs (+0 -7)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+1 -1)
📝 CompatBot/EventHandlers/UnknownCommandHandler.cs (+1 -1)
📝 CompatBot/Program.cs (+5 -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/514 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/20/2020 **Status:** ✅ Merged **Merged:** 2/20/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (6) - [`402ed6e`](https://github.com/RPCS3/discord-bot/commit/402ed6ebc4235f249d4c8e66eeacf57383c5c6f8) try to fix assembly load issues after dotnet bcl upgrade once again - [`6630316`](https://github.com/RPCS3/discord-bot/commit/6630316e2e3e74e965d6a61599227a0801858dde) try to warn when creating a new event in the past - [`c58940f`](https://github.com/RPCS3/discord-bot/commit/c58940f7627cc4b1d3bf633386a58e9e83b76852) potential issue with edat error detection with new logs - [`89cb2c8`](https://github.com/RPCS3/discord-bot/commit/89cb2c8ad7ab81794cb11135852ea481ec564b40) fix some warning stats - [`6bc7d10`](https://github.com/RPCS3/discord-bot/commit/6bc7d10d306b48a3857bab87bf3c09fe64c1253a) even more warn stat fixes - [`128fcd8`](https://github.com/RPCS3/discord-bot/commit/128fcd891f4884ec13e21f373d42c5ed78d41620) increase min threshold for command suggestion ### 📊 Changes **6 files changed** (+41 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/BotStats.cs` (+28 -8) 📝 `CompatBot/Commands/EventsBaseCommand.cs` (+6 -2) 📝 `CompatBot/Commands/Sudo.Bot.cs` (+0 -7) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+1 -1) 📝 `CompatBot/EventHandlers/UnknownCommandHandler.cs` (+1 -1) 📝 `CompatBot/Program.cs` (+5 -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:22 -05:00
yindo closed this issue 2026-02-15 15:56:22 -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#585