summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-02-04 22:12:23 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-02-04 22:12:23 +0100
commit40401f88dac193b4a16ba0938ccb75ea14dc43ef (patch)
tree9ace7a50d73d94287575f4e2a15256bcdffc25e8 /doc/en
parente6a99fb63abdaf6851704fdfe0952d929377d160 (diff)
downloadweechat-40401f88dac193b4a16ba0938ccb75ea14dc43ef.zip
Add signal "xfer_ended" in plugin API reference
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_plugin_api.en.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index 5d21843cb..2e235b6e0 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -5566,6 +5566,9 @@ Arguments:
| xfer | xfer_resume_ready | pointer: infolist with xfer info |
xfer resume ready
+
+| xfer | xfer_ended | pointer: infolist with xfer info |
+ xfer has ended
|========================================
[NOTE]