mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Add %ESCAPE
This commit is contained in:
parent
39057e59ab
commit
04c56a669d
2 changed files with 15 additions and 0 deletions
|
@ -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] == '!')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue