Skip to content

Commit b4ae9a2

Browse files
Half-Shotreivilibre
authored andcommitted
fix PL action
1 parent 72b2747 commit b4ae9a2

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,12 +15,13 @@ 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";
2323
import { ConferenceMatrixClient } from "../ConferenceMatrixClient";
24+
import { PowerLevelAction } from "matrix-bot-sdk/lib/models/PowerLevelAction";
2425

2526
const PLUMB_WAIT_MS = 10000;
2627

0 commit comments

Comments
 (0)