mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
plugins: change priority of scripting plugins
Use a step of 10 between each scripting plugin priority.
This commit is contained in:
@@ -53,7 +53,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Support of PHP scripts"));
|
||||
WEECHAT_PLUGIN_AUTHOR("Adam Saponara <as@php.net>");
|
||||
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
|
||||
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);
|
||||
WEECHAT_PLUGIN_PRIORITY(4003);
|
||||
WEECHAT_PLUGIN_PRIORITY(4030);
|
||||
|
||||
struct t_weechat_plugin *weechat_php_plugin = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user