mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-16 11:41:08 +00:00
5 lines
229 B
TypeScript
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";
|