Age | Commit message (Collapse) | Author |
|
beginning of command line
The space can be added in option weechat.completion.nick_completer
(this is now the default value of the option):
/set weechat.completion.nick_completer ": "
|
|
The following special sequences are not supported in regular expressions on
FreeBSD:
- "\w": replaced with "[a-zA-Z0-9_]"
- "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice
only spaces could be a problem when we use this sequence).
|
|
|
|
|
|
#1286)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix regex in relay.network.allowed_ips doc
|
|
|
|
|
|
|
|
|
|
"repeat:count,string" (closes #958)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(closes #1206)
Now if there are at least one relay client connected via weechat protocol,
the buffer is always added to the hotlist.
|
|
|
|
|
|
|
|
#1200)
|
|
|
|
hook_process_hashtable (plugin API reference)
|
|
|
|
|
|
|
|
|
|
|
|
/help buflist.format.buffer
|
|
|
|
weechat.look.window_title) (closes #1182)
|
|
|
|
|
|
|