1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

xfer: load plugin even if options can not be read in xfer.conf (with warnings)

This commit is contained in:
Sebastien Helleu
2013-11-09 10:26:51 +01:00
parent 757cbcb999
commit 539516fe7c
+1 -2
View File
@@ -1560,8 +1560,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
if (!xfer_config_init ())
return WEECHAT_RC_ERROR;
if (xfer_config_read () < 0)
return WEECHAT_RC_ERROR;
xfer_config_read ();
xfer_create_directories ();