Hacker News new | ask | show | jobs
by 42wim 3030 days ago
Maybe https://github.com/42wim/matterircd can help you. It also supports slack (experimental)
1 comments

Did you write that? Thanks!

I actually do use this, but it is missing a lot of useful features, some of which seem unimplementable in IRC

One example: the mattermost clients won't register a message as "read" until you switch to that view, so if e.g. I check messages on my phone, I will see unread messages, but IRC doesn't have a way of communicating this between client and server so matterircd seems to mark all messages as "read" with mattermost)

Yes, it does mark them all as read. (because they're technically read by the irc client, even if you haven't yet)

I'm open for ideas on how to fix this, eg manually sending a /quote read command is maybe an option with irc client plugins.

(feel free to open issues with feature requests btw)