1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

rmodifier: remove unneeded warning

This commit is contained in:
Sebastien Helleu
2013-11-09 10:25:48 +01:00
parent e8ed81ec22
commit 34783c1006
+1 -5
View File
@@ -578,12 +578,8 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
rmodifier_hook_list = weechat_list_new ();
if (!rmodifier_config_init ())
{
weechat_printf (NULL,
_("%s%s: error creating configuration file"),
weechat_prefix("error"), RMODIFIER_PLUGIN_NAME);
return WEECHAT_RC_ERROR;
}
rmodifier_config_read ();
rmodifier_command_init ();