mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-08 20:11:28 +12:00
add %RULES command, fix bugs in random events
This commit is contained in:
parent
e600554555
commit
1ad0783f8f
7 changed files with 62 additions and 4 deletions
|
@ -61,6 +61,8 @@ namespace HISP.Game.Chat
|
|||
return Command.Goto(message, args, user);
|
||||
if (message.ToUpper().StartsWith("%KICK"))
|
||||
return Command.Kick(message, args, user);
|
||||
if (message.ToUpper().StartsWith("%RULES"))
|
||||
return Command.Rules(message, args, user);
|
||||
if (message.ToUpper().StartsWith("%NOCLIP"))
|
||||
return Command.NoClip(message, args, user);
|
||||
if (message.ToUpper().StartsWith("%BAN"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue