diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-03-20 20:42:05 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-03-20 20:42:05 +0100 |
commit | c29b45a0f2ef86fde6e6a28317ba13d5d873ee5d (patch) | |
tree | 31ceab57d66eecad367c5ca674afa6900dfbd6d3 /doc/en/autogen/plugin_api | |
parent | c05cb595dc83f0691227e004fc74017dc9b5fad9 (diff) | |
download | weechat-c29b45a0f2ef86fde6e6a28317ba13d5d873ee5d.zip |
api: add info "auto_connect" (closes #1453)
Diffstat (limited to 'doc/en/autogen/plugin_api')
-rw-r--r-- | doc/en/autogen/plugin_api/infos.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/infos.adoc b/doc/en/autogen/plugin_api/infos.adoc index 1bb0c2ea7..63f1f3b9b 100644 --- a/doc/en/autogen/plugin_api/infos.adoc +++ b/doc/en/autogen/plugin_api/infos.adoc @@ -80,6 +80,8 @@ | tcl | tcl_version | version of the interpreter used | - +| weechat | auto_connect | 1 if automatic connection to servers is enabled, 0 if it has been disabled by the user (option "-a" or "--no-connect") | - + | weechat | charset_internal | WeeChat internal charset | - | weechat | charset_terminal | terminal charset | - |