Sébastien Helleu
Sébastien Helleu
Interesting, in fact it crashes with `/script load crash.pl` but not with `/perl load crash.pl` (with the same script being executed).
@trygveaa: and what's the content of your test script?
I found an issue in the script plugin when a `/script` command is executed inside another one, this patch should fix it, could you please test? ```diff diff --git a/src/plugins/script/script-action.c...
> > I found an issue in the script plugin when a /script command is executed inside another one, this patch should fix it, could you please test? > >...
Closing as duplicate of #85.
@trygveaa: so if I understand, your need would be to have a signal sent (with the buffer pointer as argument) whenever one of these variables changes in lines of a...
They should change at same time. In the code, only `lines->last_read_line` is used, `lines` being a pointer to `own_lines` for a single buffer and to `mixed_lines` for a buffer merged...
The only downside is that it's a bit slower to send and catch (build and copy of hashtable), but it's more flexible, in case we want to add fields in...
Hi, The current option `xfer.network.speed_limit_recv` is already per file. By the way there's no easy way to "pause" a DCC file transfer: the receiver can stop reading packages received, but...
Hi, This could still be added, but now with WeeChat ≥ 3.5, you have a new `/autojoin` command and you can do `/autojoin apply` to apply the currently joined channels...