diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-06-14 21:57:27 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-06-14 21:57:27 +0200 |
commit | 744ded04bd0cb447ef87a6f9911ca616f1c4f887 (patch) | |
tree | 87bed31987f94301a014dbe3a1dddcb8eb6b2aec /doc/en/autogen/plugin_api | |
parent | da507ca85f475e639647eaf9adaa8c8b4723b575 (diff) | |
download | weechat-744ded04bd0cb447ef87a6f9911ca616f1c4f887.zip |
relay: add filtering on protocol in info "relay_client_count" (issue #1206)
Diffstat (limited to 'doc/en/autogen/plugin_api')
-rw-r--r-- | doc/en/autogen/plugin_api/infos.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/plugin_api/infos.adoc b/doc/en/autogen/plugin_api/infos.adoc index aad9efc4e..7c57786f8 100644 --- a/doc/en/autogen/plugin_api/infos.adoc +++ b/doc/en/autogen/plugin_api/infos.adoc @@ -66,7 +66,7 @@ | python | python_version | version of the interpreter used | - -| relay | relay_client_count | number of clients for relay | status name (optional): connecting, waiting_auth, connected, auth_failed, disconnected +| relay | relay_client_count | number of clients for relay | protocol,status (both are optional, for each argument "*" means all; protocols: irc, weechat; statuses: connecting, waiting_auth, connected, auth_failed, disconnected) | ruby | ruby_eval | evaluation of source code | source code to execute |