summaryrefslogtreecommitdiff
path: root/doc/it/autogen/plugin_api
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-04-05 07:56:43 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-04-05 07:56:43 +0200
commitfabd48cc6cc00527c10072297a62fbd8154251ed (patch)
tree9477279254b3198900a3e01060cbe32e8c7649db /doc/it/autogen/plugin_api
parente80ff72b97294e87cb59f715d65ad8879c0101b9 (diff)
downloadweechat-fabd48cc6cc00527c10072297a62fbd8154251ed.zip
core: move nick coloring from irc plugin to core (closes #262)
Options moved from irc.conf to weechat.conf: * "irc.look.nick_color_force" moved to "weechat.look.nick_color_force" * "irc.look.nick_color_hash" moved to "weechat.look.nick_color_hash" * "irc.look.nick_color_stop_chars" moved to "weechat.look.nick_color_stop_chars" New info (for API function "info_get"): * "nick_color" (replaces "irc_nick_color") * "nick_color_name" (replaced "irc_nick_color_name") Info "irc_nick_color" and "irc_nick_color_name" are now deprecated. And a bug has been fixed in nick coloring: stop chars are removed before looking at a forced color.
Diffstat (limited to 'doc/it/autogen/plugin_api')
-rw-r--r--doc/it/autogen/plugin_api/infos.asciidoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/it/autogen/plugin_api/infos.asciidoc b/doc/it/autogen/plugin_api/infos.asciidoc
index b6fd05930..dcb2c139b 100644
--- a/doc/it/autogen/plugin_api/infos.asciidoc
+++ b/doc/it/autogen/plugin_api/infos.asciidoc
@@ -18,9 +18,9 @@
| irc | irc_nick | ottiene nick corrente su un server | nome server
-| irc | irc_nick_color | ottiene il codice del colore del nick | nick
+| irc | irc_nick_color | get nick color code (*deprecated* since version 1.5, replaced by "nick_color") | nick
-| irc | irc_nick_color_name | ottiene il nome del colore del nick | nick
+| irc | irc_nick_color_name | get nick color name (*deprecated* since version 1.5, replaced by "nick_color_name") | nick
| irc | irc_nick_from_host | ottiene nick dall'host IRC | host IRC (come `:nick!nome@server.com`)
@@ -54,6 +54,10 @@
| weechat | locale | locale usato per la traduzione dei messaggi | -
+| weechat | nick_color | ottiene il codice del colore del nick | nick
+
+| weechat | nick_color_name | ottiene il nome del colore del nick | nick
+
| weechat | term_height | height of terminal | -
| weechat | term_width | width of terminal | -