mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Merge branch 'master' into refactor-difficulty-colours
This commit is contained in:
@ -122,6 +122,7 @@ namespace osu.Game.Online.Chat
|
|||||||
return new LinkDetails(LinkAction.OpenBeatmapSet, args[3]);
|
return new LinkDetails(LinkAction.OpenBeatmapSet, args[3]);
|
||||||
|
|
||||||
case "u":
|
case "u":
|
||||||
|
case "users":
|
||||||
return new LinkDetails(LinkAction.OpenUserProfile, args[3]);
|
return new LinkDetails(LinkAction.OpenUserProfile, args[3]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user