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:
@@ -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 ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user