1
0
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:
Sebastien Helleu
2013-11-09 10:22:43 +01:00
parent 786ad41309
commit a349af5356
+1 -2
View File
@@ -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 ();