import { runStoppablePassiveMonitor } from "openclaw/plugin-sdk/extension-shared"; import type { ChannelAccountSnapshot } from "openclaw/plugin-sdk/status-helpers"; import type { ResolvedIrcAccount } from "./accounts.js"; import { createAccountStatusSink } from "./channel-api.js"; import type { RuntimeEnv } from "./runtime-api.js"; import type { CoreConfig } from "./types.js";
type IrcChannelRuntimeModule = typeofimport("./channel-runtime.js");
let ircChannelRuntimePromise: Promise<IrcChannelRuntimeModule> | undefined;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.