We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8333c commit 67e99c8Copy full SHA for 67e99c8
app/services/IRC.ts
@@ -65,7 +65,7 @@ export class IRC extends Service {
65
}
66
this.relayIRC(
67
`\u000312${msg.author.username}${
68
- msg.reference
+ msg.reference && msg.reference.type === 0
69
? ` (replying to ${(await msg.fetchReference()).author.username})`
70
: ""
71
}\u000f: ${content}`
0 commit comments