This repository contains all my WeeChat scripts.
-
- Compares channels with a different user via WHOIS and returns the number of channels being shared between the two.
-
- 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>
.
- 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
-
- Navigate to different buffers using
/<number>
- Navigate to different buffers using
-
- Extract the date from WHOWAS and inform the user of how long ago this roughly was.
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
All my plugins are licensed under the MIT license. See the license for more information.