bitlbee-facebook icon indicating copy to clipboard operation
bitlbee-facebook copied to clipboard

How to get rid of join/quit notices?

Open manavortex opened this issue 8 years ago • 7 comments

Hey there,

how can I get rid of those? http://take.ms/W5cku

I can filter them out via Weechat, but they still clog my ZNC logs - I'd like to filter them plugin-sided. How can I do that?

Before I forget it, here the mandatory words of praise. Thank you for creating this. It is awesome and I use it a lot.

regards

manavortex avatar Dec 09 '16 18:12 manavortex

What I've done is:

channel set fill_by !protocol
channel set protocol facebook

You could also try this but it affects all accounts:

set offline_user_quits false
channel set show_users online+,special%,away,offline

Not really happy with these solutions myself, but not really sure how to improve on it in a way that isn't too ad-hoc.

dequis avatar Dec 09 '16 20:12 dequis

To also stop getting all the change mode +/-v, I set:

channel set show_users online,special,away,offline

prosoitos avatar Mar 10 '19 07:03 prosoitos

Actually, another option is to hide these messages in the IRC client (if it has such option). ERC (Emacs) does (but I guess that would still clog up the log files).

prosoitos avatar Mar 10 '19 14:03 prosoitos

It's an insane amount of events for my log files. :(

And even after doing channel set show_users online,special,away,offline I still see a lot of join/parts...

fuzzy76 avatar Mar 31 '20 06:03 fuzzy76

@fuzzy76 With that and set offline_user_quits false I don't see a reason for people to join or part. Is anything left after setting that?

dequis avatar Mar 31 '20 11:03 dequis

Even with set offline_user_quits false and channel set show_users online,special,away,offline, after reconnection I'm only seeing some users. I need to do channel set show_users online,special,away,offline again every time it reconnects to see all people in the channel. Perhaps this is a bitlbee bug?

liskin avatar Mar 31 '20 12:03 liskin

Hello, there is no option to hide of join/quits? i tried everything above, no luck.

miztizm avatar Jun 16 '22 20:06 miztizm