Add %ESCAPE

This commit is contained in:
SilicaAndPina 2021-02-09 22:19:26 +13:00
parent 39057e59ab
commit 04c56a669d
2 changed files with 15 additions and 0 deletions

View file

@ -68,6 +68,8 @@ namespace HISP.Game.Chat
return Command.Ban(message, args, user);
if (message.StartsWith("%UNBAN"))
return Command.UnBan(message, args, user);
if (message.StartsWith("%ESCAPE"))
return Command.Escape(message, args, user);
return false;
}
if (message[0] == '!')