Files
moltbot/extensions/irc/openclaw.plugin.json
2026-04-28 04:33:47 +01:00

27 lines
462 B
JSON

{
"id": "irc",
"activation": {
"onStartup": false
},
"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": {}
}
}