You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transfer in-game chat to another text channel
Suppose we have a player that joined the lobby named _User_
When they chat on IRC, it will be shown something like this as well as in the console logs _User_: Message here.
However, in discord, it will be shown like this User: Message here.
User is italicized because a text wrapped with "_" is a form of markdown formatting being parsed by Discord.
There should some sort of way to prevent things like that from happening.
I think this applies to any messages, bold, italics, and underlines.
The text was updated successfully, but these errors were encountered:
xayanide
changed the title
Markdown formatting can be parsed in Discord chat logs or osu! player username
Markdown formatting can be parsed in transferred in-game discord text channel logs
Jun 3, 2022
xayanide
changed the title
Markdown formatting can be parsed in transferred in-game discord text channel logs
Markdown formatting can be parsed with transferred logs in-game in a discord text channel
Jun 5, 2022
Description
#matches
text channelSuppose we have a player that joined the lobby named
_User_
When they chat on IRC, it will be shown something like this as well as in the console logs
_User_
: Message here.However, in discord, it will be shown like this
User: Message here.
User is italicized because a text wrapped with "_" is a form of markdown formatting being parsed by Discord.
There should some sort of way to prevent things like that from happening.
I think this applies to any messages, bold, italics, and underlines.
The text was updated successfully, but these errors were encountered: