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.
- Host: GitHub
- URL: https://github.com/zarthus/weechat-scripts
- Owner: Zarthus
- License: mit
- Archived: true
- Created: 2015-10-27T13:09:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T07:45:38.000Z (over 9 years ago)
- Last Synced: 2025-02-16T13:31:34.534Z (over 1 year ago)
- Topics: weechat, weechat-scripts
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.