mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 03:46:39 +02:00
plugins: change priority of scripting plugins
Use a step of 10 between each scripting plugin priority.
This commit is contained in:
@@ -39,7 +39,7 @@ WEECHAT_PLUGIN_DESCRIPTION("Support of javascript scripts");
|
||||
WEECHAT_PLUGIN_AUTHOR("Koka El Kiwi <kokakiwi@kokakiwi.net>");
|
||||
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
|
||||
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);
|
||||
WEECHAT_PLUGIN_PRIORITY(4006);
|
||||
WEECHAT_PLUGIN_PRIORITY(4060);
|
||||
|
||||
struct t_weechat_plugin *weechat_js_plugin = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user