mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Removed "wiki:" prefix from wiki links (links are visible on tooltips so this is unnecessary now)
This commit is contained in:
@ -111,7 +111,7 @@ namespace osu.Game.Online.Chat
|
||||
handleMatches(oldLinkRegex, "{1}", "{2}", result, startIndex);
|
||||
|
||||
// handle wiki links
|
||||
handleMatches(wikiRegex, "wiki:{1}", "https://osu.ppy.sh/wiki/{1}", result, startIndex);
|
||||
handleMatches(wikiRegex, "{1}", "https://osu.ppy.sh/wiki/{1}", result, startIndex);
|
||||
|
||||
// handle bare links
|
||||
handleAdvanced(advancedLinkRegex, result, startIndex);
|
||||
|
Reference in New Issue
Block a user