42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

Fix missing botname and fix attachments without text #335

Closed Aketzu closed 4 years ago

Aketzu commented 4 years ago

If bot sets the username in the message it was not being used. For example slack-irc bridge uses this.

If message contained only pretext without actual text it was not marked as handled and thus whole details were shown. For example Zendesk ticket notifications sometimes contain only pretext.

42wim commented 4 years ago

Thanks! 👍