You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Script
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.
The text was updated successfully, but these errors were encountered: