File tree Expand file tree Collapse file tree 3 files changed +70
-0
lines changed
Expand file tree Collapse file tree 3 files changed +70
-0
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments