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-13 08:16:46 +0200
commitc83054203dda13035028e4ea824d74e213ec9972 (patch)
treed191318592e25ee7feeebe1ea5606043265134b8 /Utilities/LibMatrix.Utilities.Bot/LibMatrixBotConfiguration.cs
parentWIP: reword me later (diff)
downloadLibMatrix-c83054203dda13035028e4ea824d74e213ec9972.tar.xz
WIP: title me HEAD master
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