scripts icon indicating copy to clipboard operation
scripts copied to clipboard

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

Open vmiklos opened this issue 1 year ago • 0 comments

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
  • [x] Single commit, single file added
  • [x] Commit message format: script_name.py X.Y: …
  • [x] Script version and Changelog have been updated
  • [x] For Python script: works with Python 3 (Python 2 support is optional)
  • [x] Score 100 / 100 displayed by weechat-script-lint

vmiklos avatar May 04 '24 19:05 vmiklos