diff options
author | Rory& <root@rory.gay> | 2024-03-22 17:43:00 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-03-22 17:43:00 +0100 |
commit | c137f94aeb122c636629fb9361dd73626594f690 (patch) | |
tree | 44f04e0b2b026d21c817e330918243fd5a4a8cd4 /Commands/DbgAllRoomsArePolicyListsCommand.cs | |
parent | Changes (diff) | |
download | ModerationBot-c137f94aeb122c636629fb9361dd73626594f690.tar.xz |
Changes
Diffstat (limited to 'Commands/DbgAllRoomsArePolicyListsCommand.cs')
-rw-r--r-- | Commands/DbgAllRoomsArePolicyListsCommand.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Commands/DbgAllRoomsArePolicyListsCommand.cs b/Commands/DbgAllRoomsArePolicyListsCommand.cs index cd0bf6b..78e1979 100644 --- a/Commands/DbgAllRoomsArePolicyListsCommand.cs +++ b/Commands/DbgAllRoomsArePolicyListsCommand.cs @@ -10,7 +10,9 @@ namespace ModerationBot.Commands; public class DbgAllRoomsArePolicyListsCommand (IServiceProvider services, HomeserverProviderService hsProvider, HomeserverResolverService hsResolver, PolicyEngine engine) : ICommand { public string Name { get; } = "dbg-allroomsarepolicy"; + public string[]? Aliases { get; } public string Description { get; } = "[Debug] mark all rooms as trusted policy rooms"; + public bool Unlisted { get; } private GenericRoom logRoom { get; set; } public async Task<bool> CanInvoke(CommandContext ctx) { |