Files
openclaw/extensions/irc/setup-entry.ts
2026-04-06 01:26:02 +01:00

10 lines
268 B
TypeScript

import { defineBundledChannelSetupEntry } from "openclaw/plugin-sdk/channel-entry-contract";
export default defineBundledChannelSetupEntry({
importMetaUrl: import.meta.url,
plugin: {
specifier: "./channel-plugin-api.js",
exportName: "ircPlugin",
},
});