Files
openclaw/extensions/irc/src/channel-api.ts
2026-06-04 21:33:54 -04:00

8 lines
511 B
TypeScript

// Irc API module exposes the plugin public contract.
export { createAccountStatusSink } from "openclaw/plugin-sdk/channel-outbound";
export { DEFAULT_ACCOUNT_ID } from "openclaw/plugin-sdk/account-id";
export type { ChannelPlugin } from "openclaw/plugin-sdk/channel-core";
export { PAIRING_APPROVED_MESSAGE } from "openclaw/plugin-sdk/channel-status";
export { buildBaseChannelStatusSummary } from "openclaw/plugin-sdk/status-helpers";
export { chunkTextForOutbound } from "openclaw/plugin-sdk/text-chunking";