Skip to content

Commit

Permalink
fix PL action
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Feb 4, 2023
1 parent b52cf2c commit dca6fbb
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
Expand Up @@ -15,11 +15,12 @@ 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 { PowerLevelAction } from "matrix-bot-sdk/lib/models/PowerLevelAction";

const PLUMB_WAIT_MS = 10000;

Expand Down

0 comments on commit dca6fbb

Please sign in to comment.