-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathplugins.json
41 lines (41 loc) · 956 Bytes
/
plugins.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"./plugins/example": ["about"],
"./plugins/maho_core": [
"xkcd",
"roll",
"ping",
"bc",
"google",
"dict",
"dig",
"whois",
"whob",
"dice",
"btcfee"
],
"./plugins/bgp": ["bgp"],
"./plugins/wiki": ["wiki"],
"./plugins/imgs": [
"konachan",
"yande",
"danbooru",
"konachan_tag",
"yande_tag"
],
"./plugins/marysue": ["emarysue", "dmarysue"],
"./plugins/now": ["tz", "now"],
"./plugins/bd_translate": ["tr"],
"./plugins/cconv": ["cconv"],
"./plugins/bmi": ["bmi"],
"./plugins/mute": ["mute", "unmute", "mutelist"],
"./plugins/echo": ["echo"],
"./plugins/airport": ["airport"],
"./plugins/metar": ["metar"],
"./plugins/taf": ["taf"],
"./plugins/mcid": ["mcid"],
"./plugins/dc": ["dc"],
"./plugins/hers": ["hers"],
"./plugins/map64": ["map64", "map46"],
"./plugins/couplet": ["couplet"],
"./plugins/lirinspect": ["lirinspect"]
}