mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
doc: replace deprecated info "irc_nick_color_name" by "nick_color_name" in examples (plugin API reference)
This commit is contained in:
@@ -2215,7 +2215,7 @@ expanded to last):
|
||||
Info from WeeChat or a plugin, see function
|
||||
<<_info_get,info_get>>. |
|
||||
`+${info:version}+` +
|
||||
`+${info:irc_nick_color_name,foo}+` |
|
||||
`+${info:nick_color_name,foo}+` |
|
||||
`+1.0+` +
|
||||
`+lightblue+`
|
||||
|
||||
|
||||
@@ -2257,7 +2257,7 @@ première étendue à la dernière) :
|
||||
(_WeeChat ≥ 0.4.3_) |
|
||||
Info de WeeChat ou d'une extension, voir la fonction <<_info_get,info_get>>. |
|
||||
`+${info:version}+` +
|
||||
`+${info:irc_nick_color_name,foo}+` |
|
||||
`+${info:nick_color_name,foo}+` |
|
||||
`+1.0+` +
|
||||
`+lightblue+`
|
||||
|
||||
|
||||
@@ -2296,7 +2296,7 @@ expanded to last):
|
||||
(_WeeChat ≥ 0.4.3_) |
|
||||
Info from WeeChat or a plugin, see function <<_info_get,info_get>>. |
|
||||
`+${info:version}+` +
|
||||
`+${info:irc_nick_color_name,foo}+` |
|
||||
`+${info:nick_color_name,foo}+` |
|
||||
`+1.0+` +
|
||||
`+lightblue+`
|
||||
|
||||
|
||||
@@ -2221,7 +2221,7 @@ char *weechat_string_eval_expression (const char *expr,
|
||||
WeeChat またはプラグインのインフォ、<<_info_get,info_get>>
|
||||
を参照 |
|
||||
`+${info:version}+` +
|
||||
`+${info:irc_nick_color_name,foo}+` |
|
||||
`+${info:nick_color_name,foo}+` |
|
||||
`+1.0+` +
|
||||
`+lightblue+`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user