scripts
scripts copied to clipboard
Official scripts for WeeChat.
[colorize_nicks.py](https://github.com/weechat/scripts/blob/master/python/colorize_nicks.py) seems to hang with a CPU at 100% while matching a line with a nick repeated a lot of times. An example of line causing the problem and the...
As weestats only completes the string to currently open buffer, it doesn't appear on relay client and the script cannot be used. I think it should just directly send the...
Current behavior: - cursor is located on currently active buffer - **[PROS]** user can easily see where is his/her active buffer located in relation to other choices (but see below),...
I propose to have following additional key bindings while inside `go.py` matching mode: - `Ctrl-N` – next entry (equivalent of `Tab`) - `Ctrl-P` – previous entry (equivalent of `Shift-Tab`) -...
When setting a value with the option plugins.var.python.cmd_help.timer I get the following errors: =!= python: wrong arguments for function "hook_timer" (script: cmd_help) python: stdout/stderr: TypeError: integer argument expected, got float...
I was configuring some server setting with iset, and I saw my password in plaintext right above it. This normally hidden with normal weechat commands (i.e. `/server add`), but iset...
Using prism 0.2.8 and WeeChat 1.3. Certain queries like: `/prism hello there hello` and `/prism test test testtest` work properly, but _only_ when no arguments (-r/-e/-w/etc) are specified. When this...
I know this idea has been tossed around before, but I'd like to officially add it to the feature requests. Making a new key binding tends to seem either hard...
For example, setting a config entry like `buffer_autoset.buffer.irc.somenet.#Lobby.short_name` treats the channel name, `#Lobby`, case sensitively. The annoyance of this is that when the channel on `somenet` turns out to be...
ZNC's modules start with * by default and I just installed this script in hope it would autocomplete *status and *alias and whatever module I happen to be missing. >...