mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
add messages for real time quiz
This commit is contained in:
parent
661320317f
commit
753abb5231
5 changed files with 81 additions and 7 deletions
|
@ -158,6 +158,9 @@ namespace HISP.Game.Chat
|
|||
else if (message.ToUpper().StartsWith("!HEAR"))
|
||||
return Command.UnMute(message, args, user);
|
||||
|
||||
else if (message.ToUpper().StartsWith("!QUIZ"))
|
||||
return Command.Quiz(message, args, user);
|
||||
|
||||
else if (message.ToUpper().StartsWith("!WARP"))
|
||||
return Command.Warp(message, args, user);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue