mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 12:00:24 +00:00
refactor: dedupe channel entrypoints and test bridges
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { defineSetupPluginEntry } from "openclaw/plugin-sdk/core";
|
||||
import { ircPlugin } from "./src/channel.js";
|
||||
|
||||
export default {
|
||||
plugin: ircPlugin,
|
||||
};
|
||||
export default defineSetupPluginEntry(ircPlugin);
|
||||
|
||||
Reference in New Issue
Block a user