diff --git a/KfChatDotNetBot/Commands/UtilityCommands.cs b/KfChatDotNetBot/Commands/UtilityCommands.cs index 2da8093..fe67968 100644 --- a/KfChatDotNetBot/Commands/UtilityCommands.cs +++ b/KfChatDotNetBot/Commands/UtilityCommands.cs @@ -71,7 +71,8 @@ public class GetVersionCommand : ICommand public class GetLastActivity : ICommand { public List Patterns => [ - new Regex("^lastactivity", RegexOptions.IgnoreCase) + new Regex("^lastactivity", RegexOptions.IgnoreCase), + new Regex("^lastactive", RegexOptions.IgnoreCase) ]; public string? HelpText => "When was Bossman last active?";