mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 20:00:22 +00:00
fix(regression): restore irc cold-runtime chunking
This commit is contained in:
@@ -4,3 +4,6 @@ import type { PluginRuntime } from "./runtime-api.js";
|
||||
const { setRuntime: setIrcRuntime, getRuntime: getIrcRuntime } =
|
||||
createPluginRuntimeStore<PluginRuntime>("IRC runtime not initialized");
|
||||
export { getIrcRuntime, setIrcRuntime };
|
||||
export function clearIrcRuntime() {
|
||||
setIrcRuntime(undefined as unknown as PluginRuntime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user