Skip to content
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

Logger plugin not logging join event for anyone except the bot itself #192

Open
sitarabuta opened this issue Jun 18, 2021 · 3 comments
Open

Comments

@sitarabuta
Copy link

Hello,
I hope I am not misconfiguring the bot, but it seems like the logger plugin is only writing "part" events to the log and completely ignores "join" and "quit" events with the exception of the bot itself joining the channel.

@gawel
Copy link
Owner

gawel commented Jun 20, 2021

Hi, there is a few tests showing that it should works https://github.com/gawel/irc3/blob/master/tests/test_logger.py

@sitarabuta
Copy link
Author

sitarabuta commented Jun 22, 2021

That is interesting. I wonder what could be causing this. It seems like for me it only logs when the bot joins, but it doesn't log when others join. "Quitting" and "Parting" now seem to work - it's just "Joining" that is still broken.

I will continue trying to debug, but if this is any useful to you, here is my config file and the snippet with the handler.
https://pastebin.com/9ESDRj82
https://pastebin.com/tBR1jxir

@sitarabuta sitarabuta changed the title Logger plugin not logging join and quit event Logger plugin not logging join event for anyone except the bot itself Jun 22, 2021
@gawel
Copy link
Owner

gawel commented Aug 18, 2021

I'm too slow for pastebin... (sorry) Your pastes has been removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants