You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuring-playbook-bot-draupnir.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,14 +270,14 @@ You can undo bans with the [unban command](https://the-draupnir-project.github.i
270
270
271
271
### Enabling built-in protections
272
272
273
-
You can also **turn on various built-in [protections](https://the-draupnir-project.github.io/draupnir-documentation/protections)** like `JoinWaveShortCircuit` ("If X amount of users join in Y time, set the room to invite-only").
273
+
You can also **turn on various built-in [protections](https://the-draupnir-project.github.io/draupnir-documentation/protections)** like `JoinWaveShortCircuitProtection` ("If X amount of users join in Y time, set the room to invite-only").
274
274
275
275
To **see which protections are available and which are enabled**, send a `!draupnir protections` command to the Management Room.
276
276
277
-
To **see the configuration options for a given protection**, send a `!draupnir protections show PROTECTION_NAME` (e.g. `!draupnir protections show JoinWaveShortCircuit`).
277
+
To [**see the configuration options for a given protection**](https://the-draupnir-project.github.io/draupnir-documentation/protections/configuring-protections#displaying-the-protection-settings), send a `!draupnir protections show PROTECTION_NAME` (e.g. `!draupnir protections show JoinWaveShortCircuitProtection`).
278
278
279
-
To **set a specific option for a given protection**, send a command like this: `!draupnir config set PROTECTION_NAME.OPTION VALUE`(e.g. `!draupnir config set JoinWaveShortCircuit.timescaleMinutes 30`).
279
+
To [**set a specific option for a given protection**](https://the-draupnir-project.github.io/draupnir-documentation/protections/configuring-protections#changing-protection-settings), send a command like this: `!draupnir protections config set PROTECTION_NAMEOPTION VALUE` (e.g. `!draupnir protections config set JoinWaveShortCircuitProtection timescaleMinutes 30`).
280
280
281
-
To **enable a given protection**, send a command like this: `!draupnir enable PROTECTION_NAME`(e.g. `!draupnir enable JoinWaveShortCircuit`).
281
+
To [**enable a given protection**](https://the-draupnir-project.github.io/draupnir-documentation/protections/block-invitations-on-server-protection#enabling-the-protection), send a command like this: `!draupnir protections enable PROTECTION_NAME` (e.g. `!draupnir protections enable JoinWaveShortCircuitProtection`).
282
282
283
-
To **disable a given protection**, send a command like this: `!draupnir disable PROTECTION_NAME`(e.g. `!draupnir disable JoinWaveShortCircuit`).
283
+
To **disable a given protection**, send a command like this: `!draupnir protections disable PROTECTION_NAME`(e.g. `!draupnir protections disable JoinWaveShortCircuitProtection`).
0 commit comments