mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
script: load plugin even if options can not be read in script.conf (with warnings)
This commit is contained in:
@@ -372,8 +372,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
if (!script_config_init ())
|
||||
return WEECHAT_RC_ERROR;
|
||||
|
||||
if (script_config_read () < 0)
|
||||
return WEECHAT_RC_ERROR;
|
||||
script_config_read ();
|
||||
|
||||
weechat_mkdir_home (SCRIPT_PLUGIN_NAME, 0755);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user