1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-19 01:24:46 +02:00

plugins: change priority of scripting plugins

Use a step of 10 between each scripting plugin priority.
This commit is contained in:
Sébastien Helleu
2023-01-03 20:20:21 +01:00
parent 958f39cb95
commit 7526776f4e
14 changed files with 56 additions and 56 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(4002);
WEECHAT_PLUGIN_PRIORITY(4020);
struct t_weechat_plugin *weechat_python_plugin = NULL;