1
0
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:
Sebastien Helleu
2013-11-09 10:26:22 +01:00
parent 34783c1006
commit 757cbcb999
+1 -2
View File
@@ -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);