convos
convos copied to clipboard
Add /ignore command
Because there are plenty of people on IRC who need to be ignored
Thanks for the suggestion! I will have a look at it as soon as I find time.
I guess this could be implemented somehow the same way as 9a31ef7.
Do you have an example on how you would ignore people @marukka? Also, should that just result in the messages not being visible in frontend or also not logged?
I'm sorry to say, I haven't really missed out on this feature myself, so I'm not sure when it will be implemented. Maybe @marcusramberg wants to give it a go..?
personally I dont care. I sit in a couple channels which have bots in them which are far too active for my liking. As long as I dont have to see them i'd be happy.
My personal preference would be to have them still logged. That way it might be possible to temporarily disable the ignore if you might feel like you're missing something pertinent, which is a feature I miss in most irc client's ignore implementations.
I have an example. I'm on an IRC channel for a busy software project, to which some well-meaning people feed the output of the project's build bots. The channel is used for development chitchat, but it would be more easier to use for that if one could ignore everything said by a particular nick.
The ignore could let through anything that would lead to a notification (e.g. "build broken; last commit by: arnt"), which I suppose might relieve some people's philosophical objections.
I really don't like to point out the way other applications do their things, but sometimes it can help other apps to grow.
Here's how IRCCloud works with ignore so far:
- When you ignore a user, their messages are completely hidden (but still logged)
- When you
unignorea user all their messages until the date are shown again - If you ignore a user but you open a PM (or already have one) with them, you'll receive PM messages nonetheless while channel messages are still blocked.
Hope this helps a bit.
Cheers