Open
Description
openedon Nov 22, 2020
The bridge will need to account for Discord users replying to other messages. At the moment, IRC users will not see the person being replied to and the original message, just the reply message.
Possible syntaxes (tag + quoting the first few words of the original message):
Condensed:
<User1> I think that's a great idea, what do you think?
<Bridge> [DiscordUser] @User1 "I think that's a great idea..." yeah agreed
Multi-line (tag first):
<User1> I think that's a great idea, what do you think?
<Bridge> [DiscordUser] @User1 "I think that's a great idea..."
<Bridge> [DiscordUser] yeah agreed
Multi-line (tag last, mimic blockquotes):
<User1> I think that's a great idea, what do you think?
<Bridge> [DiscordUser] > I think that's a great idea...
<Bridge> [DiscordUser] @User1 yeah agreed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment