mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
7526776f4e
Use a step of 10 between each scripting plugin priority.
30 lines
475 B
Plaintext
30 lines
475 B
Plaintext
//
|
|
// This file is auto-generated by script docgen.py.
|
|
// DO NOT EDIT BY HAND!
|
|
//
|
|
|
|
// tag::plugins_priority[]
|
|
. charset (16000)
|
|
. logger (15000)
|
|
. exec (14000)
|
|
. trigger (13000)
|
|
. spell (12000)
|
|
. alias (11000)
|
|
. buflist (10000)
|
|
. fifo (9000)
|
|
. typing (8000)
|
|
. xfer (7000)
|
|
. irc (6000)
|
|
. relay (5000)
|
|
. guile (4070)
|
|
. javascript (4060)
|
|
. lua (4050)
|
|
. perl (4040)
|
|
. php (4030)
|
|
. python (4020)
|
|
. ruby (4010)
|
|
. tcl (4000)
|
|
. script (3000)
|
|
. fset (2000)
|
|
// end::plugins_priority[]
|