This commit is contained in:
SilicaPi 2021-02-02 18:01:27 +13:00
parent 9f44620fd7
commit 49522e9fef
8 changed files with 165 additions and 6 deletions

View file

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