diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-13 08:27:27 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-13 08:27:27 +0200 |
commit | a311764d1263f41fb1d6895013d34d2fe0a6477d (patch) | |
tree | 96599752e202282b98cd9d959668fab7a264d287 /doc/en | |
parent | 96086b16665cbb41ed22eb1daf7562cb6dda0abe (diff) | |
download | weechat-a311764d1263f41fb1d6895013d34d2fe0a6477d.zip |
relay: add signal "relay_client_auth_ok" for irc and weechat protocols
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 42c6dfc5a..54652d04b 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -7901,6 +7901,11 @@ List of signals sent by WeeChat and plugins: Pointer: relay client | Waiting for authentication from a relay client +| relay | relay_client_auth_ok + + _(WeeChat ≥ 0.4.4)_ | + Pointer: relay client | + Successful authentication from a relay client + | relay | relay_client_connected + _(WeeChat ≥ 0.4.4)_ | Pointer: relay client | |