Skip to content

Commit

Permalink
fix PL action
Browse files Browse the repository at this point in the history
Half-Shot authored and reivilibre committed Jun 25, 2024
1 parent 72b2747 commit b4ae9a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/IrcPlumbCommand.ts
Original file line number Diff line number Diff line change
@@ -15,12 +15,13 @@ limitations under the License.
*/

import { ICommand } from "./ICommand";
import { LogLevel, LogService, MatrixClient, PowerLevelAction } from "matrix-bot-sdk";
import { LogLevel, LogService, MatrixClient } from "matrix-bot-sdk";
import { Conference } from "../Conference";
import { IRCBridge } from "../IRCBridge";
import { logMessage } from "../LogProxy";
import { KickPowerLevel } from "../models/room_kinds";
import { ConferenceMatrixClient } from "../ConferenceMatrixClient";
import { PowerLevelAction } from "matrix-bot-sdk/lib/models/PowerLevelAction";

const PLUMB_WAIT_MS = 10000;

0 comments on commit b4ae9a2

Please sign in to comment.