mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-29 19:01:44 +00:00
26 lines
607 B
JSON
26 lines
607 B
JSON
{
|
|
"name": "@openclaw/irc",
|
|
"version": "2026.3.26",
|
|
"description": "OpenClaw IRC channel plugin",
|
|
"type": "module",
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"minHostVersion": ">=2026.3.26"
|
|
},
|
|
"setupEntry": "./setup-entry.ts",
|
|
"channel": {
|
|
"id": "irc",
|
|
"label": "IRC",
|
|
"selectionLabel": "IRC (Server + Nick)",
|
|
"detailLabel": "IRC",
|
|
"docsPath": "/channels/irc",
|
|
"docsLabel": "irc",
|
|
"blurb": "classic IRC networks with DM/channel routing and pairing controls.",
|
|
"systemImage": "network"
|
|
}
|
|
}
|
|
}
|