1
0
Fork 0
mirror of https://github.com/Rouji/scripts.git synced 2025-12-11 09:10:53 +00:00
Official scripts for WeeChat. https://weechat.org/scripts/
Find a file
Rouji 62ecfdc3a2 zncplayback.py 0.2.2: handle invalid json in SCRIPT_SAVEFILE
I somehow ended up with a 0 Byte SCRIPT_SAVEFILE, which made json.load()
throw an exception, which made the plugin do nothing at all. This fixes that kind of
problem.
2022-02-02 16:39:59 +01:00
.github Use Python 3.10 in tests 2021-12-06 20:03:04 +01:00
guile weechataboo.scm 0.1.2: Fixed relay-usage 2018-12-01 22:02:28 +01:00
javascript New script opall.js: op everybody on a channel using chanserv instead of /mode 2019-07-06 16:49:20 +02:00
lua urlselect.lua 0.5: make call to bar_new compatible with WeeChat >= 2.9 2020-06-21 19:58:02 +02:00
perl stalker.pl 1.6.3: make script compatible with WeeChat >= 3.4 2021-11-06 20:01:21 +01:00
python zncplayback.py 0.2.2: handle invalid json in SCRIPT_SAVEFILE 2022-02-02 16:39:59 +01:00
ruby samechannel.rb 0.2: make script compatible with WeeChat >= 3.4 2021-11-07 15:52:55 +01:00
tcl New script inverter.tcl: invert all letters of your text 2017-01-01 15:11:00 +01:00
.mailmap Add email of arza in .mailmap, sort file by name 2016-08-05 21:47:22 +02:00
Contributing.md Add score displayed by script weechat-script-lint in Contributing guide 2021-08-21 20:14:57 +02:00
Makefile Remove obsolete scripts from target partial-check 2022-01-25 21:08:49 +01:00
README.md Fix name of link to the Contributing guide 2021-06-30 20:39:39 +02:00

WeeChat official scripts

CI Status

These official scripts can be installed with command /script install <name> in WeeChat.

They are also displayed on https://weechat.org/scripts/.

Contributing

To add/update a script or report an issue, see the Contributing guide.