-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How would one go about blocking a specific user? #214
Comments
If you're primarily using the single client, using BitlBee doesn't seem to have a global ignore function, though, you're right. Not sure if there'd be broad interest in something like the ignore module for ZNC, but it certainly would help what you're asking! |
Either irc client's or bouncer's The I am wondering whether blocking users in webclient actually removes their messages from the feed or just marks them somehow. Did you try using webclient's block capabilities? |
It just hides them behind a kind of spoiler tag that you need to click to expand. Kind of defeats the purpose of the feature, as far as I'm concerned.
But it also means the client does receive the message, presumably with some extra metadata to hide it.
--
Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi brevedad.
|
Too bad it won't work out of the box. If said metadata is embedded in the message itself it might not be that hard to implement dropping these messages. If, however blocked status is stored in user structure it might be annoying to deal with on bigger servers. Will have to look into this. |
Obnoxious people are a reality of life, especially on public Discord servers. While weechat has an
/ignore
feature, it only applies to IRC buffers. I'm not sure Bitlbee itself has such a feature. How would you suggest I go about removing all messages from a given Discord user from all my buffers?Edit: Bitlbee has a
block
command, but it seems that this is "not supported by this protocol".The text was updated successfully, but these errors were encountered: