Skip to content

Commit 4083ae1

Browse files
committed
Commit
1 parent 9a07068 commit 4083ae1

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed

docs/Message Commands/command_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ Here are the various _Message Commands_ you can do in Random Rants +:
5151
- [`;me`](./me.md)
5252
- [`;roll`](./roll.md)
5353
- [`;8ball`](./8ball.md)
54+
- [`;mute`](./mute.md)
55+
- [`;unmute`](./unmute.md)

docs/Message Commands/mute.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
slug: /commands/mute/
3+
title: ;mute
4+
hide_table_of_contents: true
5+
---
6+
7+
# `;mute` Command
8+
9+
:::info
10+
This command is an owner-only command, only people with ownership can use this. (the room owner, and any promoted people)
11+
:::
12+
13+
:::info
14+
This command will or can block user interaction, or make it temporarily tough for the user to use Random Rants +.
15+
:::
16+
17+
This command mutes a user, preventing them from sending any messages or using any commands. This is the "timeout" or "sit in the corner" tool.
18+
19+
If no time is given, it will default to 5 minutes.
20+
21+
# Usage
22+
23+
```messagecommand
24+
;mute <Username> <Minutes (optional)>
25+
```
26+
27+
# Examples
28+
29+
```messagecommand
30+
;mute Im_CatmanYT 10
31+
```
32+
33+
```messagecommand
34+
;mute Gvbvdxx
35+
```
36+
37+
```messagecommand
38+
;mute @others 1
39+
```

docs/Message Commands/unnute.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
slug: /commands/unmute/
3+
title: ;unmute
4+
hide_table_of_contents: true
5+
---
6+
7+
# `;unmute` Command
8+
9+
:::info
10+
This command is an owner-only command, only people with ownership can use this. (the room owner, and any promoted people)
11+
:::
12+
13+
This command unmutes a user who was previously muted with the ;mute command.
14+
15+
# Usage
16+
17+
```messagecommand
18+
;unmute <Username>
19+
```
20+
21+
# Examples
22+
23+
```messagecommand
24+
;unmute Im_CatmanYT
25+
```
26+
27+
```messagecommand
28+
;unmute @all
29+
```

0 commit comments

Comments
 (0)