diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-03 20:20:21 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-03 20:20:21 +0100 |
commit | 7526776f4eae49dd061665fd29688df9cba60906 (patch) | |
tree | f2ef6ce26ef1113fc13c22a6d0ac52180d29150c /doc/pl/includes/autogen_api_plugins_priority.pl.adoc | |
parent | 958f39cb956fda0d3154e28f61d1764b5d9ccd10 (diff) | |
download | weechat-7526776f4eae49dd061665fd29688df9cba60906.zip |
plugins: change priority of scripting plugins
Use a step of 10 between each scripting plugin priority.
Diffstat (limited to 'doc/pl/includes/autogen_api_plugins_priority.pl.adoc')
-rw-r--r-- | doc/pl/includes/autogen_api_plugins_priority.pl.adoc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/pl/includes/autogen_api_plugins_priority.pl.adoc b/doc/pl/includes/autogen_api_plugins_priority.pl.adoc index c4cdc44c9..472c3d1c0 100644 --- a/doc/pl/includes/autogen_api_plugins_priority.pl.adoc +++ b/doc/pl/includes/autogen_api_plugins_priority.pl.adoc @@ -16,13 +16,13 @@ . xfer (7000) . irc (6000) . relay (5000) -. guile (4007) -. javascript (4006) -. lua (4005) -. perl (4004) -. php (4003) -. python (4002) -. ruby (4001) +. guile (4070) +. javascript (4060) +. lua (4050) +. perl (4040) +. php (4030) +. python (4020) +. ruby (4010) . tcl (4000) . script (3000) . fset (2000) |