Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.37 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.37 KB

WeeChat Scripts

This repository contains all my WeeChat scripts.

  • chancomp.py

    • Compares channels with a different user via WHOIS and returns the number of channels being shared between the two.
  • maskmatch.py

    • Whenever a mode with hostmask argument is set, this script compares the mask to anyone in the current channel to see if it matches anyone, and lists them accordingly. Also allows you to compare people who would be affected by a ban with /maskmatch <hostmask>.
  • quickbuffer.py

    • Navigate to different buffers using /<number>
  • whowas_timeago.py

    • Extract the date from WHOWAS and inform the user of how long ago this roughly was.

Installation

Copy the file source in to ~/.weechat/{script_language}/ and run /script load {script_name}.extension

Proceed by configuring the script (if it has any configuration options) with /help and /set plugins.var.{script_language}.{script_name}.*

For a python script, the weechat directory path would be ~/.weechat/python/, and the set command would be plugins.var.python.

For further support, refer to the weechat script documentation

License

All my plugins are licensed under the MIT license. See the license for more information.