Age | Commit message (Collapse) | Author |
|
|
|
#1286)
|
|
|
|
|
|
config)
|
|
"repeat:count,string" (closes #958)
|
|
|
|
|
|
|
|
|
|
arguments (closes #1248)
|
|
startup
If given, the option replaces the option weechat.plugin.autoload.
|
|
initialized
|
|
|
|
|
|
#1200)
|
|
|
|
(issue #1108, issue #1159)
|
|
|
|
|
|
(issue #1113)
|
|
|
|
content
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
evaluated values
|
|
|
|
|
|
|
|
In addition to searching the statically configured WEECHAT_LIBDIR
(weechat's installation directory) for plugins, search the path
given in the environment variable WEECHAT_EXTRA_LIBDIR. This makes
departing from the FHS standard while keeping the plugins packaged
separately easier. This change was made specifically with the Nix
package manager in mind, but can easily be used by others.
|
|
custom path or lib dir
|
|
|
|
|
|
|
|
|
|
|
|
string ("cut:" and "cutscr:") (closes #963)
The format to use is one of:
- ${cut:+max,suffix,string}
- ${cutscr:+max,suffix,string}
With the "+" before max, WeeChat ensures there are at most "max" chars in
output, including the length of suffix string.
|
|
|
|
|
|
|
|
The syntax is: ${cutscr:max,suffix,string}.
The string is cut after max chars displayed on screen. If the string is cut,
the optional suffix is added after.
|
|
|
|
|
|
|
|
/upgrade (closes #903)
|