mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-09 10:53:36 +02:00
24 lines
416 B
JSON
24 lines
416 B
JSON
{
|
|
"id": "irc",
|
|
"channels": ["irc"],
|
|
"channelEnvVars": {
|
|
"irc": [
|
|
"IRC_HOST",
|
|
"IRC_PORT",
|
|
"IRC_TLS",
|
|
"IRC_NICK",
|
|
"IRC_USERNAME",
|
|
"IRC_REALNAME",
|
|
"IRC_PASSWORD",
|
|
"IRC_CHANNELS",
|
|
"IRC_NICKSERV_PASSWORD",
|
|
"IRC_NICKSERV_REGISTER_EMAIL"
|
|
]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|