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
{{ message }}
This repository was archived by the owner on Jun 1, 2026. It is now read-only.
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.
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"hellois typed in-game, onlytestappears in the Discord channel.