Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
API reference)
|
|
Now a single -d in command /eval shows less debug messages than previous
versions.
To get the same debug messages than previous versions, two -d must be used.
|
|
|
|
|
|
|
|
|
|
"localvar" to "listvar"
The option "localvar" (introduced long time ago, in WeeChat 0.3.0) is still
recognized by WeeChat, to stay compatible with any extension/script calling
it (or referencing it in the documentation).
It is deprecated and will be removed in a future release.
|
|
"buffer_nicklist" (plugin API reference)
|
|
|
|
|
|
|
|
|
|
|
|
strings (closes #1580)
${tg_trigger_name} is replaced by the trigger name in these command strings:
- description
- arguments
- description of arguments
- completion
|
|
"eval_cond:" (closes #1582)
|
|
|
|
hotlist_prefix defaults to "H: ", so the example should show the same to
make it easier to understand what it is.
|
|
(closes #1566)
|
|
|
|
(closes #1565)
|
|
|
|
|
|
|
|
|
|
server (closes #1551)
|
|
|
|
|
|
reference) (issue #1538)
|
|
|
|
(closes #1536)
The extra variables are now replaced (in addition to `$server`, `$channel` and
`$nick`):
- `${irc_server.xxx}`: variable xxx in server
- `${irc_channel.xxx}`: variable xxx in channel
|
|
(user's guide) (issue #1529)
|
|
This fixes the `make distcheck` command.
|
|
(plugin API reference)
|
|
|
|
(closes #1450)
|
|
|
|
(issue #1529)
|
|
|
|
"irc_is_nick" (closes #1528)
|
|
|
|
JavaScript plugin (issue #360)
|
|
|
|
|
|
|
|
|
|
|
|
(scripting guide)
|