Age | Commit message (Collapse) | Author |
|
|
|
|
|
(plugin API reference)
|
|
|
|
(closes #1450)
|
|
|
|
|
|
(issue #1529)
|
|
|
|
function irc_nick_is_nick
|
|
The default chantypes was conflicting with
irc_server_prefix_chars_default ("@+").
|
|
|
|
"irc_is_nick" (closes #1528)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
JavaScript plugin (issue #360)
|
|
(if bar type is "window")
|
|
|
|
|
|
|
|
|
|
With the output port now properly implemented for Guile >= 2.2, this
command works again.
|
|
The support for Guile 2.2 did not implement the custom port correctly,
and did not configure it to be the default output port. This caused
output from Guile to be printed straight to the TTY, breaking the
WeeChat interface.
Note that the port is unbuffered, so that code like
(display "test")
immediately results in output, without an explicit call to force-output.
|
|
|
|
|
|
|
|
of ignores (closes #1518)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(scripting guide)
|
|
|
|
|
|
|
|
protocol)
|
|
|