[PR #911] [MERGED] Misc updates #932

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/911
Author: @13xforever
Created: 10/15/2022
Status: Merged
Merged: 10/15/2022
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (6)

  • f8c798d update confusables to unicode 15.0
  • 7e1dd62 move some help channel checks to helper and treat donors as help
  • 4c1de40 limit automatic log parsing to explicit channel list and dms
  • 8fd3228 do not nag people with special roles to upload log
  • 2c8c76c add #testers to spam channel list
  • 2083af1 upgrade 3rd party dependencies

📊 Changes

16 files changed (+93 additions, -58 deletions)

View changed files

📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+3 -3)
📝 Clients/CompatApiClient/CompatApiClient.csproj (+2 -2)
📝 Clients/GithubClient/GithubClient.csproj (+1 -1)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+2 -2)
📝 Clients/PsnClient/PsnClient.csproj (+1 -1)
📝 CompatBot/Commands/Attributes/LimitedToHelpChannel.cs (+23 -1)
📝 CompatBot/Commands/Attributes/LimitedToSpamChannel.cs (+4 -2)
📝 CompatBot/CompatBot.csproj (+13 -13)
📝 CompatBot/Config.cs (+12 -7)
📝 CompatBot/EventHandlers/IsTheGamePlayableHandler.cs (+2 -1)
📝 CompatBot/EventHandlers/LogAsTextMonitor.cs (+2 -1)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+9 -7)
📝 CompatBot/EventHandlers/PostLogHelpHandler.cs (+2 -1)
📝 CompatBot/EventHandlers/Starbucks.cs (+3 -3)
📝 HomoglyphConverter/confusables.txt (+13 -12)
📝 Tests/Tests.csproj (+1 -1)

📄 Description

  • update confusables to match Unicode 15
  • fixes #909 (except for change to !filters)

🔄 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/911 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 10/15/2022 **Status:** ✅ Merged **Merged:** 10/15/2022 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (6) - [`f8c798d`](https://github.com/RPCS3/discord-bot/commit/f8c798d75a28011b8084c1aeae0eeb720757556c) update confusables to unicode 15.0 - [`7e1dd62`](https://github.com/RPCS3/discord-bot/commit/7e1dd626c84d4a5a918cdec1ff41a4948c121141) move some help channel checks to helper and treat donors as help - [`4c1de40`](https://github.com/RPCS3/discord-bot/commit/4c1de400bb0d8f7856dc53b5a92c3696eb99f736) limit automatic log parsing to explicit channel list and dms - [`8fd3228`](https://github.com/RPCS3/discord-bot/commit/8fd322800fa2510190fe3373b1f4d40974ed9289) do not nag people with special roles to upload log - [`2c8c76c`](https://github.com/RPCS3/discord-bot/commit/2c8c76c8ae55318fb329c370fd6f091d0901aacf) add #testers to spam channel list - [`2083af1`](https://github.com/RPCS3/discord-bot/commit/2083af18d1f12f6d33a783b8a9585ca8c524bd84) upgrade 3rd party dependencies ### 📊 Changes **16 files changed** (+93 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+3 -3) 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+2 -2) 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -1) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+2 -2) 📝 `Clients/PsnClient/PsnClient.csproj` (+1 -1) 📝 `CompatBot/Commands/Attributes/LimitedToHelpChannel.cs` (+23 -1) 📝 `CompatBot/Commands/Attributes/LimitedToSpamChannel.cs` (+4 -2) 📝 `CompatBot/CompatBot.csproj` (+13 -13) 📝 `CompatBot/Config.cs` (+12 -7) 📝 `CompatBot/EventHandlers/IsTheGamePlayableHandler.cs` (+2 -1) 📝 `CompatBot/EventHandlers/LogAsTextMonitor.cs` (+2 -1) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+9 -7) 📝 `CompatBot/EventHandlers/PostLogHelpHandler.cs` (+2 -1) 📝 `CompatBot/EventHandlers/Starbucks.cs` (+3 -3) 📝 `HomoglyphConverter/confusables.txt` (+13 -12) 📝 `Tests/Tests.csproj` (+1 -1) </details> ### 📄 Description * update confusables to match Unicode 15 * fixes #909 (except for change to `!filters`) --- <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:57:15 -05:00
yindo closed this issue 2026-02-15 15:57:15 -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#932