add /query as alias of /chat

This commit is contained in:
Davran Dilshat 2021-09-05 21:10:08 +01:00
parent 59ca69e41f
commit cb6cee9aea

View File

@ -257,6 +257,7 @@ namespace osu.Game.Online.Chat
break;
case "chat":
case "query":
if (string.IsNullOrWhiteSpace(content))
{
target.AddNewMessages(new ErrorMessage("Usage: /chat [user]"));