mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-06-15 16:55:18 -04:00
Little hotfix for the phonefagging Barikvelloon
This commit is contained in:
@@ -305,7 +305,7 @@ public class GetRandomImage : ICommand
|
||||
new Regex(@"^(?<key>\w+)$"),
|
||||
new Regex(@"^(?<key>\w+) (?<search>.+)"),
|
||||
new Regex("^untagged$", RegexOptions.IgnoreCase),
|
||||
new Regex("^i (?<search>.+)")
|
||||
new Regex("^i (?<search>.+)", RegexOptions.IgnoreCase)
|
||||
];
|
||||
public string HelpText => "Get a random image";
|
||||
public UserRight RequiredRight => UserRight.Loser;
|
||||
|
||||
Reference in New Issue
Block a user