mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 11:56:38 +02:00
34 lines
666 B
Plaintext
34 lines
666 B
Plaintext
//
|
|
// This file is auto-generated by script docgen.py.
|
|
// DO NOT EDIT BY HAND!
|
|
//
|
|
|
|
// tag::plugins_priority[]
|
|
[width="30%",cols="1,3,2",options="header"]
|
|
|===
|
|
| Rank | プラグイン | Priority
|
|
| 1 | charset | 16000
|
|
| 2 | logger | 15000
|
|
| 3 | exec | 14000
|
|
| 4 | trigger | 13000
|
|
| 5 | spell | 12000
|
|
| 6 | alias | 11000
|
|
| 7 | buflist | 10000
|
|
| 8 | fifo | 9000
|
|
| 9 | typing | 8000
|
|
| 10 | xfer | 7000
|
|
| 11 | irc | 6000
|
|
| 12 | relay | 5000
|
|
| 13 | guile | 4070
|
|
| 14 | javascript | 4060
|
|
| 15 | lua | 4050
|
|
| 16 | perl | 4040
|
|
| 17 | php | 4030
|
|
| 18 | python | 4020
|
|
| 19 | ruby | 4010
|
|
| 20 | tcl | 4000
|
|
| 21 | script | 3000
|
|
| 22 | fset | 2000
|
|
|===
|
|
// end::plugins_priority[]
|