openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "@openclaw/irc",
"version": "2026.6.6",
"description": "OpenClaw IRC channel plugin",
"type": "module",
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.js"
],
"install": {
"minHostVersion": ">=2026.4.10"
},
"setupEntry": "./setup-entry.js",
"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.",
"aliases": [
"internet-relay-chat"
],
"systemImage": "network",
"configuredState": {
"env": {
"allOf": [
"IRC_HOST",
"IRC_NICK"
]
},
"specifier": "./configured-state",
"exportName": "hasIrcConfiguredState"
}
}
},
"dependencies": {
"zod": "4.4.3"
}
}