Age | Commit message (Collapse) | Author |
|
unavailable)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from a plugin
|
|
|
|
|
|
|
|
#29467)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
array gui_buffer_properties_set
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"highlight_words_del" (for buffer_set)
|
|
"weechat.look.highlight" and buffer property "highlight_words")
For example "$nick" with highlight a message printed if it contains content of local variable "nick" for buffer.
|
|
and raw buffer), do not change them after /upgrade
|
|
|
|
|
|
as joker and "!" to prevent a plugin from being autoloaded (task #6361)
Some examples for option weechat.plugin.autoload:
- load all plugins (default): "*"
- load only alias, charset, irc and logger: "alias,charset,irc,logger"
- load all plugins but not lua and tcl: "*,!lua,!tcl"
- load all plugins but not perl and python: "*,!p*" (not recommended because new future plugins may begin with "p")
- do not load any plugin (weechat core alone is not really useful eheh): "!*"
|
|
|
|
used was not the first in list of nicks
|
|
|
|
|
|
use separate option "-re" to allow a regex
|
|
|