mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
logger: load plugin even if options can not be read in logger.conf (with warnings)
This commit is contained in:
@@ -1311,8 +1311,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
if (!logger_config_init ())
|
||||
return WEECHAT_RC_ERROR;
|
||||
|
||||
if (logger_config_read () < 0)
|
||||
return WEECHAT_RC_ERROR;
|
||||
logger_config_read ();
|
||||
|
||||
/* command /logger */
|
||||
weechat_hook_command ("logger",
|
||||
|
||||
Reference in New Issue
Block a user