UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 377 B
import { t as createPluginRuntimeStore } from "./runtime-store-uAKGMqTs.js"; //#region extensions/irc/src/runtime.ts const { setRuntime: setIrcRuntime, clearRuntime: clearStoredIrcRuntime, getRuntime: getIrcRuntime } = createPluginRuntimeStore({ pluginId: "irc", errorMessage: "IRC runtime not initialized" }); //#endregion export { setIrcRuntime as n, getIrcRuntime as t };