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
I've encountered an issue with the Discord chat bot relay, where in-game (Half-Life) chat messages that contain a quotation mark " are not fully relayed to the designated Discord channel. Specifically, any text following the quotation mark is omitted in the Discord message.
Only the portion of the message before the quotation mark is relayed to the Discord channel. Anything after the quotation mark is omitted. For example, if test"hello is typed in-game, only test appears in the Discord channel.
The text was updated successfully, but these errors were encountered:
I've encountered an issue with the Discord chat bot relay, where in-game (Half-Life) chat messages that contain a quotation mark
"
are not fully relayed to the designated Discord channel. Specifically, any text following the quotation mark is omitted in the Discord message.Only the portion of the message before the quotation mark is relayed to the Discord channel. Anything after the quotation mark is omitted. For example, if
test"hello
is typed in-game, onlytest
appears in the Discord channel.The text was updated successfully, but these errors were encountered: