From 202b4d82c0b233a891e9e1a303833c15ae86e1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 12 Jan 2023 07:38:01 +0100 Subject: plugins: set priority in calls to weechat_config_new (issue #1872) --- src/plugins/script/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/script/script.c') diff --git a/src/plugins/script/script.c b/src/plugins/script/script.c index 1d33afa87..95a946f10 100644 --- a/src/plugins/script/script.c +++ b/src/plugins/script/script.c @@ -42,7 +42,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Script manager")); WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu "); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); -WEECHAT_PLUGIN_PRIORITY(3000); +WEECHAT_PLUGIN_PRIORITY(SCRIPT_PLUGIN_PRIORITY); struct t_weechat_plugin *weechat_script_plugin = NULL; -- cgit v1.2.3