forked from GitHub/dbot
14 lines
308 B
JSON
14 lines
308 B
JSON
{
|
|
"servers": {
|
|
"aberwiki": {
|
|
"matcher": "STATUS ([^ ]+) (\\d)$",
|
|
"acceptableState": 3,
|
|
"infoCommand": "status"
|
|
},
|
|
"tripsit": {
|
|
"matcher": "STATUS ([^ ]+) (\\d)$",
|
|
"acceptableState": 3,
|
|
"infoCommand": "info"
|
|
}
|
|
}
|