diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-28 16:07:40 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-28 16:07:40 +0200 |
commit | 0e040e8301aff16022887a85c00d03b3df97dfa5 (patch) | |
tree | 60c7245686d1d4d2d5694ffc8a84ba68d760ce36 /doc/en/autogen/plugin_api/completions.txt | |
parent | 62e2f1f808dd2bfbda61ec501eb92e59ed97b5b5 (diff) | |
download | weechat-0e040e8301aff16022887a85c00d03b3df97dfa5.zip |
Convert all docs to asciidoc format, add scripting guide
Diffstat (limited to 'doc/en/autogen/plugin_api/completions.txt')
-rw-r--r-- | doc/en/autogen/plugin_api/completions.txt | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/completions.txt b/doc/en/autogen/plugin_api/completions.txt new file mode 100644 index 000000000..2c234ea79 --- /dev/null +++ b/doc/en/autogen/plugin_api/completions.txt @@ -0,0 +1,84 @@ +[width="65%",cols="^1,^2,8",options="header"] +|======================================== +| Plugin | Name | Description +| alias | alias | list of alias + +| aspell | aspell_langs | list of supported langs for aspell + +| irc | irc_channel | current IRC channel + +| irc | irc_channel_nicks_hosts | nicks and hostnames of current IRC channel + +| irc | irc_channel_topic | topic of current IRC channel + +| irc | irc_channels | IRC channels (on all 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_server | 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_servers | IRC servers (internal names) + +| irc | nick | nicks of current IRC channel + +| lua | lua_script | list of scripts + +| perl | perl_script | list of scripts + +| python | python_script | list of scripts + +| ruby | ruby_script | list of scripts + +| tcl | tcl_script | list of scripts + +| weechat | bars_names | names of bars + +| weechat | bars_options | options for bars + +| weechat | buffers_names | names of buffers + +| weechat | buffers_numbers | numbers of buffers + +| weechat | buffers_plugins_names | names of buffers (including plugins names) + +| weechat | commands | commands (weechat and plugins) + +| weechat | config_files | configuration files + +| weechat | config_option_values | values for a configuration option + +| weechat | config_options | configuration options + +| weechat | filename | filename + +| weechat | filters_names | names of filters + +| weechat | infolists | names of infolists hooked + +| weechat | infos | names of infos hooked + +| weechat | keys_codes | key codes + +| weechat | nicks | nicks in nicklist of current buffer + +| weechat | plugins_commands | commands defined by plugins + +| weechat | plugins_names | names of plugins + +| weechat | proxies_names | names of proxies + +| weechat | proxies_options | options for proxies + +| weechat | weechat_commands | weechat commands + +| xfer | nick | nicks of DCC chat + +|======================================== |