diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-04-05 07:56:43 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-04-05 07:56:43 +0200 |
commit | fabd48cc6cc00527c10072297a62fbd8154251ed (patch) | |
tree | 9477279254b3198900a3e01060cbe32e8c7649db /doc/pl/autogen/plugin_api | |
parent | e80ff72b97294e87cb59f715d65ad8879c0101b9 (diff) | |
download | weechat-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/pl/autogen/plugin_api')
-rw-r--r-- | doc/pl/autogen/plugin_api/infos.asciidoc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/pl/autogen/plugin_api/infos.asciidoc b/doc/pl/autogen/plugin_api/infos.asciidoc index c5d7b06a5..877a47b7b 100644 --- a/doc/pl/autogen/plugin_api/infos.asciidoc +++ b/doc/pl/autogen/plugin_api/infos.asciidoc @@ -18,9 +18,9 @@ | irc | irc_nick | pobiera aktualny nick z serwera | nazwa serwera -| irc | irc_nick_color | pobiera kod koloru nicka | nazwa użytkownika +| irc | irc_nick_color | get nick color code (*deprecated* since version 1.5, replaced by "nick_color") | nazwa użytkownika -| irc | irc_nick_color_name | pobiera nazwę koloru nicka | nazwa użytkownika +| irc | irc_nick_color_name | get nick color name (*deprecated* since version 1.5, replaced by "nick_color_name") | nazwa użytkownika | irc | irc_nick_from_host | pobiera nick z hosta IRC | host IRC (jak `:nick!nazwa@serwer.com`) @@ -54,6 +54,10 @@ | weechat | locale | zestaw znaków użyty do tłumaczenia wiadomości | - +| weechat | nick_color | pobiera kod koloru nicka | nazwa użytkownika + +| weechat | nick_color_name | pobiera nazwę koloru nicka | nazwa użytkownika + | weechat | term_height | wysokość terminala | - | weechat | term_width | szerokość terminala | - |