Files
openclaw/extensions/irc/openclaw.plugin.json
2026-04-06 19:53:27 +01:00

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": {}
}
}