diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-06-15 14:13:59 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-06-15 14:13:59 +0200 |
commit | de49e31965b0d0c8357a181335bc8210f1e69a45 (patch) | |
tree | 7fb3a78facfbd07a94829a6294eff87f39970726 /doc/it/autogen/plugin_api | |
parent | 44c95288ab28f9ccc5a6901226a987222000c66f (diff) | |
download | weechat-de49e31965b0d0c8357a181335bc8210f1e69a45.zip |
Add IRC info "irc_nick_color_name" to get color name of a nick
Diffstat (limited to 'doc/it/autogen/plugin_api')
-rw-r--r-- | doc/it/autogen/plugin_api/infos.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/it/autogen/plugin_api/infos.txt b/doc/it/autogen/plugin_api/infos.txt index 603d642b0..71a886680 100644 --- a/doc/it/autogen/plugin_api/infos.txt +++ b/doc/it/autogen/plugin_api/infos.txt @@ -12,7 +12,9 @@ | irc | irc_nick | ottiene nick corrente su un server | nome server -| irc | irc_nick_color | riceve colore del nick | nick +| irc | irc_nick_color | get nick color code | nick + +| irc | irc_nick_color_name | get nick color name | nick | irc | irc_nick_from_host | ottiene nick dall'host IRC | host IRC (come `:nick!nome@server.com`) |