mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #105] [MERGED] Reduce moderation spam from bot #205
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/anti-mod-spam📝 Commits (7)
06c7725Reduce moderation spam for suicidal users780e43c!explain shouldn't be case-sensitiveda663bbReduce spam for name spoofing logb5dce03credit TGE for issue #5 according to the #donors poll19a1b74The man has spoken, so TGE is now 🙃49dbd20Show total warning count if the output was abridged9588713mention 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.