Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
#29467)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
PRIVMSG queries)
|
|
issued on channel (task #10295)
|
|
Compilation failed with gcc 3.2.3.
|
|
|
|
nick name (patch #7133)
|
|
examples in /help key
Note: old option "reset" for /key has been renamed to "resetall".
|
|
|
|
|
|
|
|
|
|
custom completion)
It is now possible to add such commands with aliases:
/alias -completion %%sajoin forcejoin /quote forcejoin
/alias -completion %%samode omode /quote omode
|
|
|
|
|
|
even if ignored with /ignore)
|
|
|
|
|
|
script plugin API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to default color)
|
|
|
|
|
|
|
|
|
|
disconnected servers (bug #29022)
|
|
string_is_command_char and string_input_for_buffer in plugin and script API
|
|
initialization (bug #29018)
|