42wim / matterircd

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

Setting JoinDM = true joins all private groups on connect, but not single DMs. #381

Closed keenmaster486 closed 3 years ago

keenmaster486 commented 3 years ago

I'm not sure if this is a bug or if I'm doing something wrong. When I set JoinDM = true in matterircd.toml, the server auto-joins me to any private DM groups I have active with three or more participants, but DMs to a single person are not joined. Any way to make this work? Also any plans to have the DMs act like a channel, with scrollback support? Thanks!

42wim commented 3 years ago

"single" DM's can not be set as they are a client-side setting (eg /QUERY or /MSG user text) instead of a channel. You can modify your client config to create /query windows with specific users though.

keenmaster486 commented 3 years ago

That makes sense, thanks!

42wim commented 3 years ago

scrollback DM isn't implemented yet, this can be done though, could you please open a new issue for this?