diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-08-28 11:36:51 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-08-28 11:36:51 +0200 |
commit | db4f20c1f1de3619b6cdd1ea32dd552653b493d9 (patch) | |
tree | 41ad5ffb81ba76d53d45a3c0ce5090f5c130669a /doc | |
parent | 02763ca7e7af49ef7b1d3a459ffdb4ae34788d74 (diff) | |
download | weechat-db4f20c1f1de3619b6cdd1ea32dd552653b493d9.zip |
Add 2 new completions (irc_server_channels and irc_server_privates), improve completion of command /invite
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/autogen/plugin_api/completions.txt | 8 | ||||
-rw-r--r-- | doc/fr/autogen/plugin_api/completions.txt | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/doc/en/autogen/plugin_api/completions.txt b/doc/en/autogen/plugin_api/completions.txt index 2c234ea79..fa95b4ff6 100644 --- a/doc/en/autogen/plugin_api/completions.txt +++ b/doc/en/autogen/plugin_api/completions.txt @@ -11,20 +11,24 @@ | irc | irc_channel_topic | topic of current IRC channel -| irc | irc_channels | IRC channels (on all servers) +| irc | irc_channels | channels on all IRC servers | irc | irc_ignores_numbers | numbers for defined ignores | irc | irc_msg_part | default part message for IRC channel -| irc | irc_privates | IRC privates (on all servers) +| irc | irc_privates | privates on all IRC servers | irc | irc_server | current IRC server +| irc | irc_server_channels | channels on current IRC server + | irc | irc_server_nick | nick on current IRC server | irc | irc_server_nicks | nicks on all channels of current IRC server +| irc | irc_server_privates | privates on current IRC server + | irc | irc_servers | IRC servers (internal names) | irc | nick | nicks of current IRC channel diff --git a/doc/fr/autogen/plugin_api/completions.txt b/doc/fr/autogen/plugin_api/completions.txt index 30265d4b7..7b0dc8404 100644 --- a/doc/fr/autogen/plugin_api/completions.txt +++ b/doc/fr/autogen/plugin_api/completions.txt @@ -11,20 +11,24 @@ | irc | irc_channel_topic | titre du canal IRC courant -| irc | irc_channels | canaux IRC (sur tous les serveurs) +| irc | irc_channels | canaux sur tous les serveurs IRC | irc | irc_ignores_numbers | numéros pour les ignores définis | irc | irc_msg_part | message de fin par défaut pour le canal IRC -| irc | irc_privates | canaux IRC (sur tous les serveurs) +| irc | irc_privates | privés sur tous les serveurs IRC | irc | irc_server | serveur IRC courant +| irc | irc_server_channels | canaux sur le serveur IRC courant + | irc | irc_server_nick | pseudo sur le serveur IRC courant | irc | irc_server_nicks | pseudos sur tous les canaux du serveur IRC courant +| irc | irc_server_privates | privés sur le serveur IRC courant + | irc | irc_servers | serveurs IRC (noms internes) | irc | nick | pseudos du canal IRC courant |