about summary refs log tree commit diff
path: root/MiniUtils/Commands/SpamCommand.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-18 22:52:39 +0200
committerRory& <root@rory.gay>2025-05-18 22:52:39 +0200
commit82e5660b63ea6466e22f855fe524b288b62da7f9 (patch)
treeb9aa304da0002c2b85d4063a84f4d6e59e8f9008 /MiniUtils/Commands/SpamCommand.cs
parentAdd more commands (diff)
downloadMiniUtils-master.tar.xz
More stuff HEAD master
Diffstat (limited to '')
-rw-r--r--MiniUtils/Commands/SpamCommand.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/MiniUtils/Commands/SpamCommand.cs b/MiniUtils/Commands/SpamCommand.cs

index 9f475eb..742ae3b 100644 --- a/MiniUtils/Commands/SpamCommand.cs +++ b/MiniUtils/Commands/SpamCommand.cs
@@ -1,8 +1,3 @@ -using System.Collections.Frozen; -using ArcaneLibs.Extensions; -using LibMatrix.EventTypes.Spec; -using LibMatrix.EventTypes.Spec.State.RoomInfo; -using LibMatrix.Filters; using LibMatrix.Helpers; using LibMatrix.RoomTypes; using LibMatrix.Utilities.Bot.Interfaces; @@ -18,7 +13,7 @@ public class SpamCommand(IgnoreListManager ignoreListManager) : ICommand { public string Description => "Redact all user's events"; - public bool Unlisted => false; + public bool Unlisted => true; public async Task Invoke(CommandContext ctx) { var tasks = Enumerable.Range(0, 10000)