Skip to content

Commit dc8235b

Browse files
committed
Commit
1 parent fa39713 commit dc8235b

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

docs/Message Commands/kick.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
slug: /commands/kick/
3+
title: ;kick | Message Commands
4+
hide_table_of_contents: true
5+
---
6+
7+
# `;kick` 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 kicks the specified user from the room. This will stop their connection and send them to their chat home page.
14+
:::warning
15+
This **IS NOT** a ban or mute command, this should be used only if the user is inactive and annoying. If you see the user breaking your rules, than you can use the block list function in Random Rants +.
16+
17+
Some good times to use this command would be:
18+
19+
- The user is inactive but online, with loud background noise coming from their mic.
20+
- A small warning if the user does something wrong.
21+
:::
22+
23+
# Usage
24+
25+
```messagecommand
26+
;kick <Username>
27+
```
28+
29+
# Examples
30+
31+
```messagecommand
32+
;kick gvbvdxx
33+
```
34+
35+
```messagecommand
36+
;kick @others
37+
```

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ module.exports = {
6060
],
6161
],
6262
clientModules: [require.resolve("./src/theme/prism.js")],
63-
plugins: [require.resolve("docusaurus-lunr-search")],
63+
plugins: ["@cmfcmf/docusaurus-search-local"],
6464
};

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
"author": "gvbvdxx",
1717
"license": "MIT",
1818
"dependencies": {
19+
"@cmfcmf/docusaurus-search-local": "^2.0.1",
1920
"@docusaurus/core": "^3.1.0",
2021
"@docusaurus/preset-classic": "^3.1.0",
2122
"@mdx-js/react": "^3.0.0",
2223
"docusaurus-lunr-search": "^3.6.0",
24+
"plugin-image-zoom": "github:flexanalytics/plugin-image-zoom",
2325
"prism-react-renderer": "^2.1.0",
2426
"raw-loader": "^4.0.2",
2527
"react": "^18.2.0",

0 commit comments

Comments
 (0)