mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-23 02:13:29 +08:00
4 lines
200 B
TypeScript
4 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";
|