bitlbee-facebook
bitlbee-facebook copied to clipboard
How to get rid of join/quit notices?
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
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.
To also stop getting all the change mode +/-v
, I set:
channel set show_users online,special,away,offline
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).
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 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?
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?
Hello, there is no option to hide of join/quits? i tried everything above, no luck.