mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-14 10:54:37 +01:00
helpful help + forcing people learn regex
This commit is contained in:
@@ -170,6 +170,10 @@ namespace AscNet.GameServer.Handlers
|
||||
|
||||
cmd?.Execute();
|
||||
}
|
||||
catch (CommandMessageCallbackException ex)
|
||||
{
|
||||
notifyWorldChat.ChatMessages.Add(MakeLuciaMessage(ex.Message));
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
notifyWorldChat.ChatMessages.Add(MakeLuciaMessage($"Command {cmdStrings.First().Split('/').Last()} failed to execute!"));
|
||||
|
||||
Reference in New Issue
Block a user