1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

plugins: use a different plugin priority for each scripting language

This commit is contained in:
Sébastien Helleu
2021-10-02 20:50:35 +02:00
parent 6fe354439c
commit 68a3aca643
21 changed files with 385 additions and 336 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Support of python scripts"));
WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu <flashcode@flashtux.org>");
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;