1
0
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:
Sebastien Helleu
2013-11-09 10:24:08 +01:00
parent 91f76dc771
commit aaf991a7b9
+1 -2
View File
@@ -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 ();