42wim / matterircd

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

Fix channels created for file events via DM #573

Closed hloeung closed 8 months ago

hloeung commented 8 months ago

We only call getMessageChannel() when .showonlyjoined and it's not a direct message. getMessageChannel() creates a channel in IRC.

Fixes #571