add alias "/msg" (also a command in stable)

This commit is contained in:
Davran Dilshat 2021-09-07 17:25:47 +01:00
parent b1c89f7618
commit 255f8a9769

View File

@ -257,6 +257,7 @@ namespace osu.Game.Online.Chat
break;
case "chat":
case "msg":
case "query":
if (string.IsNullOrWhiteSpace(content))
{