matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
460 stars 151 forks source link

M->I: Use reply client-tag for replies (Draft IRC Spec) #1650

Open 3v1n0 opened 1 year ago

3v1n0 commented 1 year ago

It's an extension (https://ircv3.net/specs/extensions/labeled-response) supported by various clients in order to show responses relations to the original message.

progval commented 1 year ago

labeled-response is used to correlate client commands with server responses, not to link messages between clients.

You would want to use https://ircv3.net/specs/client-tags/reply for this, instead