diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-05-17 11:51:55 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-05-17 11:51:55 +0200 |
commit | abb31e1d15dbcf91a2ea641d1d29fb2d191892d1 (patch) | |
tree | 30cc9508975f474c16017d8117a4150a8e1b752a /doc/en | |
parent | a62b243af514dc3b38dafb9536818dae6f4f12e3 (diff) | |
download | weechat-abb31e1d15dbcf91a2ea641d1d29fb2d191892d1.zip |
doc: add note about version for signals "upgrade" and "upgrade_ended" in relay protocol
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_relay_protocol.en.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/en/weechat_relay_protocol.en.txt b/doc/en/weechat_relay_protocol.en.txt index 52171a90c..2fe95d0f3 100644 --- a/doc/en/weechat_relay_protocol.en.txt +++ b/doc/en/weechat_relay_protocol.en.txt @@ -491,11 +491,13 @@ WeeChat reserved identifiers: 'prefix' (string), 'prefix_color' (string) | Update nicklist -| _upgrade | WeeChat is upgrading | (empty) | +| _upgrade | WeeChat is upgrading + + (_new in version 0.3.8_) | (empty) | (empty) | Desync from WeeChat (send command 'desync') -| _upgrade_ended | Upgrade of WeeChat done | (empty) | +| _upgrade_ended | Upgrade of WeeChat done + + (_new in version 0.3.8_) | (empty) | (empty) | Resync with WeeChat (resend all commands sent on startup after the 'init') |===================================================== |