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

irssi_awaylog.py: matrix support #523

Open
vmiklos opened this issue Feb 17, 2023 · 0 comments
Open

irssi_awaylog.py: matrix support #523

vmiklos opened this issue Feb 17, 2023 · 0 comments
Labels
feature New feature request

Comments

@vmiklos
Copy link
Contributor

vmiklos commented Feb 17, 2023

Script

  • Name of script: irssi_awaylog.py

Feature description

The awaylog script nicely catches private messages or highlights when a given IRC server is away. In case the user uses /away -all, then it's a bit unexpected, that all such messages are logged for IRC servers, but not for Matrix servers (using weechat-matrix).

It seems weechat-matrix (or Matrix itself?) doesn't really have an away state, so what I can think of is a simple global bool in the script. That way if the user does /away -all, then we would also start logging Matrix messages.

@hrkfdn would you take a PR that implements this?

OK to do this by default or would you prefer to opt in via a setting?

So far I have a local version that does this by default. Thanks.

@vmiklos vmiklos added the feature New feature request label Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant