mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-08 20:11:28 +12:00
Add !WARP
This commit is contained in:
parent
0222475f09
commit
b4c4a6c137
6 changed files with 90 additions and 3 deletions
|
@ -102,6 +102,9 @@ namespace HISP.Game.Chat
|
|||
|
||||
else if (message.StartsWith("!MUTE"))
|
||||
return Command.Mute(message, args, user);
|
||||
else if (message.StartsWith("!WARP"))
|
||||
return Command.Warp(message, args, user);
|
||||
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue