[PR #105] [MERGED] Reduce moderation spam from bot #205

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/105
Author: @13xforever
Created: 10/22/2018
Status: Merged
Merged: 10/22/2018
Merged by: @13xforever

Base: masterHead: feature/anti-mod-spam


📝 Commits (7)

  • 06c7725 Reduce moderation spam for suicidal users
  • 780e43c !explain shouldn't be case-sensitive
  • da663bb Reduce spam for name spoofing log
  • b5dce03 credit TGE for issue #5 according to the #donors poll
  • 19a1b74 The man has spoken, so TGE is now 🙃
  • 49dbd20 Show total warning count if the output was abridged
  • 9588713 mention that you can still see the full warning list in bot dms

📊 Changes

6 files changed (+96 additions, -35 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 CompatBot/Commands/Explain.cs (+7 -9)
📝 CompatBot/Commands/Misc.cs (+2 -2)
📝 CompatBot/Commands/Warnings.cs (+39 -18)
📝 CompatBot/CompatBot.csproj (+2 -1)
📝 CompatBot/EventHandlers/UsernameSpoofMonitor.cs (+45 -5)

📄 Description

This PR contains a set of patches that address various issues with bot spam resulted from moderation features.
Relevant issues were attached to the milestone v2.5


🔄 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/105 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 10/22/2018 **Status:** ✅ Merged **Merged:** 10/22/2018 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `feature/anti-mod-spam` --- ### 📝 Commits (7) - [`06c7725`](https://github.com/RPCS3/discord-bot/commit/06c7725798c22f4ff656b92c48b49907f4f6caea) Reduce moderation spam for suicidal users - [`780e43c`](https://github.com/RPCS3/discord-bot/commit/780e43cd3e9e458cc6b1581899fe533700a89639) !explain shouldn't be case-sensitive - [`da663bb`](https://github.com/RPCS3/discord-bot/commit/da663bbde879f22a577da8f87b1bfcab749a61c3) Reduce spam for name spoofing log - [`b5dce03`](https://github.com/RPCS3/discord-bot/commit/b5dce03799fdc333835fd6be710b5eca63c96c6e) credit TGE for issue #5 according to the #donors poll - [`19a1b74`](https://github.com/RPCS3/discord-bot/commit/19a1b747216b1751d40846a24725ee7310528e5c) The man has spoken, so TGE is now 🙃 - [`49dbd20`](https://github.com/RPCS3/discord-bot/commit/49dbd209a6cafc02a8ead2ecca2719f6c7870e02) Show total warning count if the output was abridged - [`9588713`](https://github.com/RPCS3/discord-bot/commit/95887134247861a4c39a989394c55bca22e86137) mention that you can still see the full warning list in bot dms ### 📊 Changes **6 files changed** (+96 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `CompatBot/Commands/Explain.cs` (+7 -9) 📝 `CompatBot/Commands/Misc.cs` (+2 -2) 📝 `CompatBot/Commands/Warnings.cs` (+39 -18) 📝 `CompatBot/CompatBot.csproj` (+2 -1) 📝 `CompatBot/EventHandlers/UsernameSpoofMonitor.cs` (+45 -5) </details> ### 📄 Description This PR contains a set of patches that address various issues with bot spam resulted from moderation features. Relevant issues were attached to the [milestone v2.5](../milestone/1) --- <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:19 -05:00
yindo closed this issue 2026-02-15 15:55:19 -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#205