aronson / discord-irc

Connects Discord and IRC channels by sending messages back and forth.
MIT License
4 stars 2 forks source link

Image uploads #56

Closed Quu1337 closed 12 months ago

Quu1337 commented 12 months ago

Image uploads have different (old style?) nick format

image

image with text-attached

aronson commented 12 months ago

Did you configure the urlAttachment property? It's working on my end as expected.

  "format": {
    "commandPrelude": "{$nickname} said:",
    "ircText": "<{$displayUsername} [@{$discordUsername}]> {$text}",
    "urlAttachment": "<{$displayUsername} [@{$discordUsername}]> {$attachmentURL}",
    "discord": "<@**{$author}**> {$withMentions}"
  },
aronson commented 12 months ago

Default behavior and README have been updated to reflect the desired behavior