summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-08-28 11:36:51 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-08-28 11:36:51 +0200
commitdb4f20c1f1de3619b6cdd1ea32dd552653b493d9 (patch)
tree41ad5ffb81ba76d53d45a3c0ce5090f5c130669a /doc/en/autogen
parent02763ca7e7af49ef7b1d3a459ffdb4ae34788d74 (diff)
downloadweechat-db4f20c1f1de3619b6cdd1ea32dd552653b493d9.zip
Add 2 new completions (irc_server_channels and irc_server_privates), improve completion of command /invite
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/plugin_api/completions.txt8
1 files changed, 6 insertions, 2 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