discord-irc-sync icon indicating copy to clipboard operation
discord-irc-sync copied to clipboard

Mentionning a Discord user from IRC does not work

Open JulienPalard opened this issue 1 year ago • 2 comments

We tried login: ..., @login: ..., @login#id: ..., nothing triggers an HL discord side, any idea how it could be implemented?

JulienPalard avatar Mar 30 '23 12:03 JulienPalard

It's possible to ping a Discord user from IRC by using a dedicated format: <@user_id>.

The Discord user ID is internal to Discord but can be obtained by right-clicking the user: image

It doesn't help much though.

debnet avatar Mar 30 '23 12:03 debnet

I guess it could be implemented by looping through all users on a discord channel and getting the right ID and then using it. I don't intend to implement it, but you can PR if this is something needed. I'll let this issue open, if someone wants it implemented.

Hackndo avatar Apr 13 '23 18:04 Hackndo