mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 13:18:51 +00:00
3 lines
200 B
TypeScript
3 lines
200 B
TypeScript
// Keep bundled channel entry imports narrow so bootstrap/discovery paths do
|
|
// not drag IRC runtime/send/monitor surfaces into lightweight plugin loads.
|
|
export { ircPlugin } from "./src/channel.js";
|