File size: 144 Bytes
fc93158 | 1 2 3 4 5 6 7 8 9 10 | {
"id": "irc",
"channels": ["irc"],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}
|
fc93158 | 1 2 3 4 5 6 7 8 9 10 | {
"id": "irc",
"channels": ["irc"],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}
|