Skip to content

Commit dca6fbb

Browse files
committed
fix PL action
1 parent b52cf2c commit dca6fbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commands/IrcPlumbCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ limitations under the License.
1515
*/
1616

1717
import { ICommand } from "./ICommand";
18-
import { LogLevel, LogService, MatrixClient, PowerLevelAction } from "matrix-bot-sdk";
18+
import { LogLevel, LogService, MatrixClient } from "matrix-bot-sdk";
1919
import { Conference } from "../Conference";
2020
import { IRCBridge } from "../IRCBridge";
2121
import { logMessage } from "../LogProxy";
2222
import { KickPowerLevel } from "../models/room_kinds";
23+
import { PowerLevelAction } from "matrix-bot-sdk/lib/models/PowerLevelAction";
2324

2425
const PLUMB_WAIT_MS = 10000;
2526

0 commit comments

Comments
 (0)