mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-16 11:02:44 -04:00
Added an alias for cracked command
This commit is contained in:
@@ -76,7 +76,10 @@ public class GmKasinoCommand : ICommand
|
|||||||
|
|
||||||
public class CrackedCommand : ICommand
|
public class CrackedCommand : ICommand
|
||||||
{
|
{
|
||||||
public List<Regex> Patterns => [new Regex("^cracked (?<msg>.+)")];
|
public List<Regex> Patterns => [
|
||||||
|
new Regex("^cracked (?<msg>.+)"),
|
||||||
|
new Regex("^crackhead (?<msg>.+)")
|
||||||
|
];
|
||||||
public string? HelpText => "Crackhead Zalgo text";
|
public string? HelpText => "Crackhead Zalgo text";
|
||||||
public UserRight RequiredRight => UserRight.Guest;
|
public UserRight RequiredRight => UserRight.Guest;
|
||||||
public TimeSpan Timeout => TimeSpan.FromSeconds(10);
|
public TimeSpan Timeout => TimeSpan.FromSeconds(10);
|
||||||
|
|||||||
Reference in New Issue
Block a user