summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-06-15 14:13:59 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-06-15 14:13:59 +0200
commitde49e31965b0d0c8357a181335bc8210f1e69a45 (patch)
tree7fb3a78facfbd07a94829a6294eff87f39970726 /doc/en
parent44c95288ab28f9ccc5a6901226a987222000c66f (diff)
downloadweechat-de49e31965b0d0c8357a181335bc8210f1e69a45.zip
Add IRC info "irc_nick_color_name" to get color name of a nick
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/autogen/plugin_api/infos.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/en/autogen/plugin_api/infos.txt b/doc/en/autogen/plugin_api/infos.txt
index 815d746b5..9de4fb5c6 100644
--- a/doc/en/autogen/plugin_api/infos.txt
+++ b/doc/en/autogen/plugin_api/infos.txt
@@ -12,7 +12,9 @@
| irc | irc_nick | get current nick on a server | server name
-| irc | irc_nick_color | get nick color | 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 | get nick from IRC host | IRC host (like `:nick!name@server.com`)