summaryrefslogtreecommitdiff
path: root/src/plugins/xfer/xfer.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-07-27 22:07:24 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-07-27 22:07:24 +0200
commita50143fdf896eab674d52604c2200b963962bc49 (patch)
treeb8918a181ff758d3dec55280ab5379947a2403ea /src/plugins/xfer/xfer.c
parent56b82fb11558ab7c314217bc25ffc5517f381645 (diff)
downloadweechat-a50143fdf896eab674d52604c2200b963962bc49.zip
irc: display an error message when using command /dcc without xfer plugin loaded
Diffstat (limited to 'src/plugins/xfer/xfer.c')
-rw-r--r--src/plugins/xfer/xfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/xfer/xfer.c b/src/plugins/xfer/xfer.c
index 4c114b81c..b1c5690d8 100644
--- a/src/plugins/xfer/xfer.c
+++ b/src/plugins/xfer/xfer.c
@@ -1443,7 +1443,7 @@ xfer_add_cb (const void *pointer, void *data,
if (short_filename)
free (short_filename);
weechat_infolist_reset_item_cursor (infolist);
- return WEECHAT_RC_OK;
+ return WEECHAT_RC_OK_EAT;
error:
if (filename2)