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

buffer_autoclose.py 0.6: add setting to prefer closing some buffers #554

Merged
merged 1 commit into from
May 13, 2024

Conversation

vmiklos
Copy link
Contributor

@vmiklos vmiklos commented May 4, 2024

Script info

  • Script name: buffer_autoclose.py
  • Version: 0.6

Description

E.g. the Matrix script maps private rooms with multiple people to buffers in weechat which are nominally not private. This means that these rooms pile up, which is normally solved for real 1:1 private chats.

Fix the problem by adding a way to autoclose also non-private buffers.

No behavior is changed unless the new config option is set.

Checklist (script update)

  • Author has been contacted
  • Single commit, single file added
  • Commit message format: script_name.py X.Y: …
  • Script version and Changelog have been updated
  • For Python script: works with Python 3 (Python 2 support is optional)
  • Score 100 / 100 displayed by weechat-script-lint

python/buffer_autoclose.py Outdated Show resolved Hide resolved
E.g. the Matrix script maps private rooms with multiple people to
buffers in weechat which are nominally not private. This means that
these rooms pile up, which is normally solved for real 1:1 private
chats.

Fix the problem by adding a way to autoclose also non-private buffers.

No behavior is changed unless the new config option is set.
@vmiklos vmiklos requested a review from flashcode May 5, 2024 09:41
@vmiklos
Copy link
Contributor Author

vmiklos commented May 11, 2024

Hi, anything else I should do to get this merged? Thanks.

@flashcode flashcode self-assigned this May 13, 2024
@flashcode flashcode added the feature New feature request label May 13, 2024
@flashcode
Copy link
Member

Thanks, it will be merged very soon.

@flashcode flashcode merged commit cff7453 into weechat:master May 13, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants