mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #754] [MERGED] New content filtering subsystem and maintenance #807
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/754
Author: @13xforever
Created: 4/30/2021
Status: ✅ Merged
Merged: 4/30/2021
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (9)
4a75133implement dictionary-based filter to help with recent flood of help requestsa05961afix some issues with the new reply behavior2adf8ebupdate dependencies2bb1aa0do not warn smoothbrains because apparently there's a chance to be wrong20a93caGroupCommands ignoring Check attributes strikes againc41c264replace .Respond() with .Channel.SendMessage()dcb74a9update some code style and refactor small helper for future use632c657update dependencies55ab78dmissed this old pattern matching📊 Changes
43 files changed (+791 additions, -190 deletions)
View changed files
📝
.config/dotnet-tools.json(+1 -1)📝
Clients/IrdLibraryClient/IrdLibraryClient.csproj(+1 -1)📝
CompatBot/Commands/Attributes/LimitedToHelpChannel.cs(+1 -1)📝
CompatBot/Commands/Attributes/LimitedToOfftopicChannel.cs(+1 -1)📝
CompatBot/Commands/Attributes/LimitedToSpamChannel.cs(+1 -1)📝
CompatBot/Commands/Attributes/RequiresDm.cs(+1 -1)📝
CompatBot/Commands/BaseCommandModuleCustom.cs(+1 -1)📝
CompatBot/Commands/BotMath.cs(+2 -2)📝
CompatBot/Commands/BotStats.cs(+1 -1)📝
CompatBot/Commands/CommandsManagement.cs(+4 -4)📝
CompatBot/Commands/CompatList.cs(+4 -5)📝
CompatBot/Commands/ContentFilters.cs(+102 -8)📝
CompatBot/Commands/EventsBaseCommand.cs(+10 -10)📝
CompatBot/Commands/Explain.cs(+3 -3)📝
CompatBot/Commands/ForcedNicknames.cs(+12 -9)📝
CompatBot/Commands/Fortune.cs(+3 -3)📝
CompatBot/Commands/Invites.cs(+2 -2)📝
CompatBot/Commands/Ird.cs(+1 -1)📝
CompatBot/Commands/Minesweeper.cs(+5 -5)📝
CompatBot/Commands/Misc.cs(+16 -16)...and 23 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.