mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Added !lastactive as a pattern
This commit is contained in:
@@ -71,7 +71,8 @@ public class GetVersionCommand : ICommand
|
|||||||
public class GetLastActivity : ICommand
|
public class GetLastActivity : ICommand
|
||||||
{
|
{
|
||||||
public List<Regex> Patterns => [
|
public List<Regex> Patterns => [
|
||||||
new Regex("^lastactivity", RegexOptions.IgnoreCase)
|
new Regex("^lastactivity", RegexOptions.IgnoreCase),
|
||||||
|
new Regex("^lastactive", RegexOptions.IgnoreCase)
|
||||||
];
|
];
|
||||||
|
|
||||||
public string? HelpText => "When was Bossman last active?";
|
public string? HelpText => "When was Bossman last active?";
|
||||||
|
|||||||
Reference in New Issue
Block a user