diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-07-27 22:07:24 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-07-27 22:07:24 +0200 |
commit | a50143fdf896eab674d52604c2200b963962bc49 (patch) | |
tree | b8918a181ff758d3dec55280ab5379947a2403ea /src/plugins/xfer/xfer.c | |
parent | 56b82fb11558ab7c314217bc25ffc5517f381645 (diff) | |
download | weechat-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.c | 2 |
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) |