mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +02:00
irc: load plugin even if options can not be read in irc.conf (with warnings)
This commit is contained in:
@@ -163,8 +163,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
if (!irc_config_init ())
|
||||
return WEECHAT_RC_ERROR;
|
||||
|
||||
if (irc_config_read () < 0)
|
||||
return WEECHAT_RC_ERROR;
|
||||
irc_config_read ();
|
||||
|
||||
irc_command_init ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user