From 68a3aca643733713427dbd7686bb49206a21b943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 2 Oct 2021 20:50:35 +0200 Subject: plugins: use a different plugin priority for each scripting language --- src/plugins/python/weechat-python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/python/weechat-python.c') diff --git a/src/plugins/python/weechat-python.c b/src/plugins/python/weechat-python.c index 1e84a6cbd..518151e4b 100644 --- a/src/plugins/python/weechat-python.c +++ b/src/plugins/python/weechat-python.c @@ -40,7 +40,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Support of python scripts")); WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu "); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); -WEECHAT_PLUGIN_PRIORITY(4000); +WEECHAT_PLUGIN_PRIORITY(4002); struct t_weechat_plugin *weechat_python_plugin = NULL; -- cgit v1.2.3