mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 22:40:58 +00:00
26 lines
590 B
JSON
26 lines
590 B
JSON
{
|
|
"name": "@openclaw/irc",
|
|
"version": "2026.3.14",
|
|
"description": "OpenClaw IRC channel plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"zod": "^4.3.6"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|