diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-12 07:38:01 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-28 15:13:34 +0100 |
commit | 202b4d82c0b233a891e9e1a303833c15ae86e1d4 (patch) | |
tree | 74d6313c5ae93957adba3cd4f7d4f615d533d0c3 /src/plugins/perl/weechat-perl.h | |
parent | 9174ec979b4cdd7d06f973c096636a833cbb0188 (diff) | |
download | weechat-202b4d82c0b233a891e9e1a303833c15ae86e1d4.zip |
plugins: set priority in calls to weechat_config_new (issue #1872)
Diffstat (limited to 'src/plugins/perl/weechat-perl.h')
-rw-r--r-- | src/plugins/perl/weechat-perl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/perl/weechat-perl.h b/src/plugins/perl/weechat-perl.h index 3ff330d44..5f5bc6f10 100644 --- a/src/plugins/perl/weechat-perl.h +++ b/src/plugins/perl/weechat-perl.h @@ -22,6 +22,7 @@ #define weechat_plugin weechat_perl_plugin #define PERL_PLUGIN_NAME "perl" +#define PERL_PLUGIN_PRIORITY 4040 #define PERL_CURRENT_SCRIPT_NAME ((perl_current_script) ? perl_current_script->name : "-") |