mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 17:51:22 +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";
|