How to hide join and quit messages #406
-
Hello, how can hid all join and quit messages in a channel? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Take a look at: https://halloy.squidowl.org/configuration/buffer.html#bufferserver_messages-section [buffer.server_messages.join]
enabled = false
[buffer.server_messages.quit]
enabled = false |
Beta Was this translation helpful? Give feedback.
-
For anyone else looking here - Halloy actually has a fantastic feature for this. Instead of saying
So if someone is joining and quitting a lot "by accident", you won't see the noise - but if someone is actually talking and quits, you'll know that they're no longer there to talk to. |
Beta Was this translation helpful? Give feedback.
Take a look at: https://halloy.squidowl.org/configuration/buffer.html#bufferserver_messages-section
Note that this is globally, and not per channel.