Hacker News new | ask | show | jobs
by aidenn0 3033 days ago
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)

1 comments

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)