-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
option to skip join/quit messages #37
Comments
An option for this makes sense. I would add a check in if hide_joins_parts and what in (LogParser.JOIN, LogParser.PART):
continue before calling The code wants some refactoring (but I have no energy to do this at this time. |
…event types from getting emitted This can for example be used to not log join/quit messages which include domain names or IP addresses for privacy reasons with --hide-event=OTHER Closes: mgedmin#37
I implemented this as a keyword argument, so theoretically, other callers should not be affected. |
Hi,
for privacy reasons we'd like to not log join/quit messages which include domain names or IP addresses.
Can irclog2html be configured to not convert those messages (I think they would be type OTHER if i understand the code correctly)?
If not, and if i were to supply a patch, where do you think should I best put the code?
Thanks!
cheers, josch
The text was updated successfully, but these errors were encountered: