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