mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
add /query as alias of /chat
This commit is contained in:
parent
59ca69e41f
commit
cb6cee9aea
@ -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]"));
|
||||
|
Loading…
Reference in New Issue
Block a user