mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-07 03:21:27 +12:00
Add %UNBAN
This commit is contained in:
parent
49522e9fef
commit
3be40efc5e
4 changed files with 53 additions and 5 deletions
|
@ -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] == '!')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue