Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Do not return the nick when the address is missing.
|
|
|
|
|
|
|
|
callbacks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${define:name,value}
|
|
Split of string: ${split:number,separators,flags,xxx}
Split of shell arguments: ${split_shell:number,xxx}
|
|
channels (closes #1638)
|
|
string_eval_expression
|
|
messages if "typing" client tag is denied
|
|
|
|
server name (closes #1679)
|
|
"random:min,max"
|
|
|
|
|
|
|
|
|
|
|
|
(issue #1654)
Key is "tag_xxx" (where "xxx" is the name of tag) and value is the unescaped
tag value.
|
|
|
|
Spec: https://ircv3.net/specs/extensions/message-tags#escaping-values
|
|
matched in input string
Before fix:
string_match("script.color.text_description", "*script*color*", 0) => 0
After fix:
string_match("script.color.text_description", "*script*color*", 0) => 1
|
|
|
|
WeeChat) (closes #320)
Capabilities can be excluded with the format: "*,!account-*,!extended-join".
|
|
|
|
(closes #1653)
|
|
Spec: https://ircv3.net/specs/extensions/standard-replies
|