An open API service indexing awesome lists of open source software.

https://github.com/zarthus/weechat-scripts

Scripts for the WeeChat IRC client.
https://github.com/zarthus/weechat-scripts

weechat weechat-scripts

Last synced: 7 months ago
JSON representation

Scripts for the WeeChat IRC client.

Awesome Lists containing this project

README

          

# WeeChat Scripts

This repository contains all my WeeChat scripts.

- [chancomp.py](chancomp.py)
- Compares channels with a different user via WHOIS and returns the number
of channels being shared between the two.

- [maskmatch.py](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 `.

- [quickbuffer.py](quickbuffer.py)
- Navigate to different buffers using `/`

- [whowas_timeago.py](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](https://weechat.org/files/doc/stable/weechat_quickstart.en.html#plugins_scripts)

## License

All my plugins are licensed under the MIT license. See [the license](LICENSE) for more information.