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/de/autogen/plugin_api/infos.txt | |
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/de/autogen/plugin_api/infos.txt')
-rw-r--r-- | doc/de/autogen/plugin_api/infos.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/de/autogen/plugin_api/infos.txt b/doc/de/autogen/plugin_api/infos.txt index e71a57c32..0f13b6cfd 100644 --- a/doc/de/autogen/plugin_api/infos.txt +++ b/doc/de/autogen/plugin_api/infos.txt @@ -12,7 +12,9 @@ | irc | irc_nick | Aktuellen Nicknamen für den Server erhalten | Servername -| irc | irc_nick_color | Hole Farbe für Nick | Nickname +| irc | irc_nick_color | get nick color code | Nickname + +| irc | irc_nick_color_name | get nick color name | Nickname | irc | irc_nick_from_host | Nicknamen des IRC-Hosts erhalten | IRC host (in der Form `:nick!name@server.com`) |