Add %UNBAN

This commit is contained in:
SilicaPi 2021-02-02 18:35:50 +13:00
parent 49522e9fef
commit 3be40efc5e
4 changed files with 53 additions and 5 deletions

View file

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