about summary refs log tree commit diff
path: root/Utilities/LibMatrix.Utilities.Bot/LibMatrixBotConfiguration.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-13 08:16:46 +0200
committerRory& <root@rory.gay>2025-05-14 14:13:41 +0200
commitdae1a25664606415e054f3e3b20bbbfabdbb0e99 (patch)
treed191318592e25ee7feeebe1ea5606043265134b8 /Utilities/LibMatrix.Utilities.Bot/LibMatrixBotConfiguration.cs
parentAdd helper to check if type and state key for 2 events match, or 2 (diff)
downloadLibMatrix-dae1a25664606415e054f3e3b20bbbfabdbb0e99.tar.xz
Allow specifying expected membership when fetching member list, add HEAD master
... helpers to get member IDs, add sending reactions, add selfbot-only
command mode in bot utils
Diffstat (limited to 'Utilities/LibMatrix.Utilities.Bot/LibMatrixBotConfiguration.cs')
-rw-r--r--Utilities/LibMatrix.Utilities.Bot/LibMatrixBotConfiguration.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/LibMatrix.Utilities.Bot/LibMatrixBotConfiguration.cs b/Utilities/LibMatrix.Utilities.Bot/LibMatrixBotConfiguration.cs

index da83cfa..d60dc92 100644 --- a/Utilities/LibMatrix.Utilities.Bot/LibMatrixBotConfiguration.cs +++ b/Utilities/LibMatrix.Utilities.Bot/LibMatrixBotConfiguration.cs
@@ -10,4 +10,5 @@ public class LibMatrixBotConfiguration { public List<string> Prefixes { get; set; } public bool MentionPrefix { get; set; } public string? LogRoom { get; set; } + public bool SelfCommandsOnly { get; set; } = true; } \ No newline at end of file