42wim / matterircd

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

Previous direct messages (DMs)/group messages are always auto-joined on connect #299

Closed jdstrand closed 4 years ago

jdstrand commented 4 years ago

Direct messages (DMs)/group messages are auto-joined even though the web ui has hidden them. JoinExclude does not exclude them. You can /leave, /wc and /part on them, but they come back on the next reconnect. Not sure if I'm doing something wrong....

AIUI, the web ui keeps track of these itself by 'hiding' them because the server keeps them around for future use. I'm not sure what to suggest for matterircd but can say that these collect after some time (perhaps a /hide command?).

Btw, thank you for this very nice tool! :)

42wim commented 4 years ago

This is option was already available for slack, now also for mattermost in master. By default DM/group messages are not joined. Set JoinDM=true to enable the joining

jdstrand commented 4 years ago

This is working great. Thanks!