We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c72183 commit 78c1e3dCopy full SHA for 78c1e3d
src/commands/IrcPlumbCommand.ts
@@ -21,7 +21,7 @@ import { IRCBridge } from "../IRCBridge";
21
import { logMessage } from "../LogProxy";
22
import { KickPowerLevel } from "../models/room_kinds";
23
24
-const PLUMB_WAIT_MS = 1000;
+const PLUMB_WAIT_MS = 10000;
25
26
export class IrcPlumbCommand implements ICommand {
27
public readonly prefixes = ["plumb-irc"];
0 commit comments