[PR #134] [MERGED] Prevent command abuse to workaround various filters #227

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/134
Author: @13xforever
Created: 11/25/2018
Status: Merged
Merged: 11/25/2018
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (2)

  • 1ba6d5b fixed !command abuse to post discord invites and piracy links
  • 0653673 emoji for Maru

📊 Changes

11 files changed (+81 additions, -39 deletions)

View changed files

📝 CompatApiClient/Utils/Utils.cs (+2 -1)
📝 CompatBot/Commands/CompatList.cs (+8 -1)
📝 CompatBot/Commands/Explain.cs (+10 -0)
📝 CompatBot/Commands/Misc.cs (+3 -10)
📝 CompatBot/Commands/Psn.Check.cs (+3 -1)
📝 CompatBot/Config.cs (+1 -0)
📝 CompatBot/EventHandlers/AntipiracyMonitor.cs (+5 -2)
📝 CompatBot/EventHandlers/DiscordInviteFilter.cs (+22 -11)
📝 CompatBot/EventHandlers/ProductCodeLookup.cs (+8 -7)
📝 CompatBot/Utils/DiscordClientExtensions.cs (+14 -0)
📝 CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs (+5 -6)

📄 Description

Credit Maru for the pointer


🔄 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/134 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/25/2018 **Status:** ✅ Merged **Merged:** 11/25/2018 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`1ba6d5b`](https://github.com/RPCS3/discord-bot/commit/1ba6d5bb797665a856319a12e02fb83bb82158ef) fixed !command abuse to post discord invites and piracy links - [`0653673`](https://github.com/RPCS3/discord-bot/commit/065367320400fe94f3c3b6a53365366cef72a8c8) emoji for Maru ### 📊 Changes **11 files changed** (+81 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `CompatApiClient/Utils/Utils.cs` (+2 -1) 📝 `CompatBot/Commands/CompatList.cs` (+8 -1) 📝 `CompatBot/Commands/Explain.cs` (+10 -0) 📝 `CompatBot/Commands/Misc.cs` (+3 -10) 📝 `CompatBot/Commands/Psn.Check.cs` (+3 -1) 📝 `CompatBot/Config.cs` (+1 -0) 📝 `CompatBot/EventHandlers/AntipiracyMonitor.cs` (+5 -2) 📝 `CompatBot/EventHandlers/DiscordInviteFilter.cs` (+22 -11) 📝 `CompatBot/EventHandlers/ProductCodeLookup.cs` (+8 -7) 📝 `CompatBot/Utils/DiscordClientExtensions.cs` (+14 -0) 📝 `CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs` (+5 -6) </details> ### 📄 Description Credit Maru for the pointer --- <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:24 -05:00
yindo closed this issue 2026-02-15 15:55:24 -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#227