From a714c93d7009a1375f47d6bbde29b9495d4da2a4 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Fri, 22 May 2026 08:37:05 -0500 Subject: [PATCH] Little hotfix for the phonefagging Barikvelloon --- KfChatDotNetBot/Commands/ImageCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetBot/Commands/ImageCommands.cs b/KfChatDotNetBot/Commands/ImageCommands.cs index a7836e7..f0fdfea 100644 --- a/KfChatDotNetBot/Commands/ImageCommands.cs +++ b/KfChatDotNetBot/Commands/ImageCommands.cs @@ -305,7 +305,7 @@ public class GetRandomImage : ICommand new Regex(@"^(?\w+)$"), new Regex(@"^(?\w+) (?.+)"), new Regex("^untagged$", RegexOptions.IgnoreCase), - new Regex("^i (?.+)") + new Regex("^i (?.+)", RegexOptions.IgnoreCase) ]; public string HelpText => "Get a random image"; public UserRight RequiredRight => UserRight.Loser;