diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-02-11 05:30:53 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-02-11 05:30:53 +0900 |
| commit | 13e4625859541001b794b7739d7876f2716d0c9f (patch) | |
| tree | 5f9d214829fb3e8cfc7af90fc59d5c274781940b /docs | |
| parent | 90464e38992ac9affd7968f3833d8d3cc948ae1a (diff) | |
| download | LunaticChat-13e4625859541001b794b7739d7876f2716d0c9f.tar.gz LunaticChat-13e4625859541001b794b7739d7876f2716d0c9f.tar.bz2 LunaticChat-13e4625859541001b794b7739d7876f2716d0c9f.zip | |
docs: Update Permission guide
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/en/reference/permissions.md | 54 | ||||
| -rw-r--r-- | docs/src/reference/permissions.md | 6 |
2 files changed, 60 insertions, 0 deletions
diff --git a/docs/src/en/reference/permissions.md b/docs/src/en/reference/permissions.md index 65825c1..81118de 100644 --- a/docs/src/en/reference/permissions.md +++ b/docs/src/en/reference/permissions.md @@ -20,6 +20,12 @@ Receives LunaticChat update notifications. [You must have `checkForUpdates` enabled](../guide/admin/configuration.md#checkforupdates) to receive notifications. +### `lunaticchat.channelbypass` + +- Default: `OP` + +Bypasses moderation features and restrictions on private channels. + ## `lunaticchat.command.*` ### `lunaticchat.command.tell` @@ -94,12 +100,54 @@ Toggles the use of the [`/lc channel switch`](commands/lc/channel.md) command. Toggles the use of the [`/lc channel status`](commands/lc/channel.md) command. +### `lunaticchat.command.lc.channel.info` + +- Default: `non OP` + +Toggles the use of the [`/lc channel info`](commands/lc/channel.md) command. + ### `lunaticchat.command.lc.channel.delete` - Default: `non OP` Toggles the use of the [`/lc channel delete`](commands/lc/channel.md) command. +### `lunaticchat.command.lc.channel.invite` + +- Default: `non OP` + +Toggles the use of the [`/lc channel invite`](commands/lc/channel.md) command. + +### `lunaticchat.command.lc.channel.kick` + +- Default: `non OP` + +Toggles the use of the [`/lc channel kick`](commands/lc/channel.md) command. + +### `lunaticchat.command.lc.channel.ban` + +- Default: `non OP` + +Toggles the use of the [`/lc channel ban`](commands/lc/channel.md) command. + +### `lunaticchat.command.lc.channel.unban` + +- Default: `non OP` + +Toggles the use of the [`/lc channel unban`](commands/lc/channel.md) command. + +### `lunaticchat.command.lc.channel.mod` + +- Default: `non OP` + +Toggles the use of the [`/lc channel mod`](commands/lc/channel.md) command. + +### `lunaticchat.command.lc.channel.ownership` + +- Default: `non OP` + +Toggles the use of the [`/lc channel ownership`](commands/lc/channel.md) command. + ### `lunaticchat.command.lc.chatmode` - Default: `non OP` @@ -112,6 +160,12 @@ Toggles the use of the [`/lc chatmode`](commands/lc/chatmode.md) command. Toggles the use of the [`/lc chatmode toggle`](commands/lc/chatmode.md) command. +### `lunaticchat.command.lcv.status` + +- Default: `non OP` + +Toggles the use of the [`/lcv status`](commands/lcv/status.md) command. + ### `lunaticchat.command.jp` <Badge type="danger" text="Deprecated: Will be removed in v1.0.0" /> - Default: `non OP` diff --git a/docs/src/reference/permissions.md b/docs/src/reference/permissions.md index fb30a36..85b13ea 100644 --- a/docs/src/reference/permissions.md +++ b/docs/src/reference/permissions.md @@ -160,6 +160,12 @@ LunaticChat のアップデート通知を受け取ります. [`/lc chatmode toggle`](commands/lc/chatmode.md) コマンドの使用を切り替えます. +### `lunaticchat.command.lcv.status` + +- Default: `non OP` + +[`/lcv status`](commands/lcv/status.md) コマンドの使用を切り替えます. + ### `lunaticchat.command.jp` <Badge type="danger" text="非推奨: v1.0.0 で削除予定" /> - Default: `non OP` |
