mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 06:52:53 +08: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;
|
break;
|
||||||
|
|
||||||
case "chat":
|
case "chat":
|
||||||
|
case "query":
|
||||||
if (string.IsNullOrWhiteSpace(content))
|
if (string.IsNullOrWhiteSpace(content))
|
||||||
{
|
{
|
||||||
target.AddNewMessages(new ErrorMessage("Usage: /chat [user]"));
|
target.AddNewMessages(new ErrorMessage("Usage: /chat [user]"));
|
||||||
|
Loading…
Reference in New Issue
Block a user