diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-22 14:10:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-22 14:10:53 +0200 |
commit | 7e1f8a42173f19dd02ed57a88972fae72416e71b (patch) | |
tree | a5cbfcf47574a62bf7e5f1e89d6c84766bd5a458 /doc | |
parent | 1e7b7094390f99d0c04fe4682fda99e85650a220 (diff) | |
download | weechat-7e1f8a42173f19dd02ed57a88972fae72416e71b.zip |
doc: replace deprecated info "irc_nick_color_name" by "nick_color_name" in examples (plugin API reference)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 2 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 2 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 0fe5c6784..561a57afe 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -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+` diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 1c4bc5446..31c78abe1 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -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+` diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 4d9ee8f14..32952bf35 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -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+` diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index ee0ff5e80..598c2a6d8 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -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+` |