mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-05-24 16:25:18 +00:00
Remember to intern Draupnir protections command. (#556)
Fixes https://github.com/the-draupnir-project/Draupnir/issues/555.
This commit is contained in:
@@ -21,6 +21,7 @@ import { SynapseAdminHijackRoomCommand } from "./HijackRoomCommand";
|
||||
import { DraupnirImportCommand } from "./ImportCommand";
|
||||
import { DraupnirKickCommand } from "./KickCommand";
|
||||
import {
|
||||
DraupnirListProtectionsCommand,
|
||||
DraupnirProtectionsConfigAddCommand,
|
||||
DraupnirProtectionsConfigSetCommand,
|
||||
DraupnirProtectionsDisableCommand,
|
||||
@@ -62,6 +63,7 @@ const DraupnirCommands = new StandardCommandTable("draupnir")
|
||||
.internCommand(DraupnirHelpCommand, ["help"])
|
||||
.internCommand(DraupnirImportCommand, ["import"])
|
||||
.internCommand(DraupnirKickCommand, ["kick"])
|
||||
.internCommand(DraupnirListProtectionsCommand, ["protections"])
|
||||
.internCommand(DraupnirProtectionsEnableCommand, ["protections", "enable"])
|
||||
.internCommand(DraupnirProtectionsDisableCommand, ["protections", "disable"])
|
||||
.internCommand(DraupnirProtectionsConfigAddCommand, [
|
||||
|
||||
Reference in New Issue
Block a user