diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-11 11:15:23 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-11 11:17:50 +0100 |
commit | 6f5f6da0ebd58c3c130130bb01b85b2986de35bc (patch) | |
tree | 00de57ee7a9180102d6c0e8501f4060a1a91d331 /doc/en | |
parent | 9be4bc07b98f96f49654ac34f60dead862e6e675 (diff) | |
download | weechat-6f5f6da0ebd58c3c130130bb01b85b2986de35bc.zip |
irc: add infolist "irc_color_weechat"
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/plugin_api/infolists.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/infolists.asciidoc b/doc/en/autogen/plugin_api/infolists.asciidoc index 733bb1a75..6f6990f9f 100644 --- a/doc/en/autogen/plugin_api/infolists.asciidoc +++ b/doc/en/autogen/plugin_api/infolists.asciidoc @@ -8,6 +8,8 @@ | irc | irc_channel | list of channels for an IRC server | channel pointer (optional) | server,channel (channel is optional) +| irc | irc_color_weechat | mapping between IRC color codes and WeeChat color names | - | - + | irc | irc_ignore | list of IRC ignores | ignore pointer (optional) | - | irc | irc_nick | list of nicks for an IRC channel | nick pointer (optional) | server,channel,nick (nick is optional) |