Files
openclaw/extensions/irc/src/channel-runtime.ts
2026-04-06 01:26:02 +01:00

5 lines
229 B
TypeScript

// Runtime-only IRC helpers for lazy chat plugin hooks.
// Keeping this boundary separate keeps bundled entry loads off monitor/send.
export { monitorIrcProvider } from "./monitor.js";
export { sendMessageIrc } from "./send.js";