diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-17 16:13:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-17 16:13:34 +0900 |
| commit | f43e3825d9d4eb0168f637d9a96078787860bd4a (patch) | |
| tree | d5911a0fab08dbe99e518081f3b271cab3742028 /docs/src/reference/commands/notice.md | |
| parent | d264ed43434f4bc294e38b7aced813cafd48b152 (diff) | |
| parent | 866eb45abd2ed2175ab9c65faa3a064e5eaf8405 (diff) | |
| download | LunaticChat-0.4.0.tar.gz LunaticChat-0.4.0.tar.bz2 LunaticChat-0.4.0.zip | |
Merge pull request #46 from m1sk9/feat/direct-message-noticev0.4.0
feat: Added direct message notification settings
Diffstat (limited to 'docs/src/reference/commands/notice.md')
| -rw-r--r-- | docs/src/reference/commands/notice.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/src/reference/commands/notice.md b/docs/src/reference/commands/notice.md new file mode 100644 index 0000000..5cd1a2c --- /dev/null +++ b/docs/src/reference/commands/notice.md @@ -0,0 +1,11 @@ +# /notice <Badge type="tip" text="v0.4.0" /> <Badge type="tip" text="Paper / Velocity" /> + +### `/notice [on | off]` + +| パーミッション | エイリアス | +|-----------------------------|-------------| +| `lunaticchat.command.notice` | `/dmnotice` | + +[`/tell`](./tell.md) や [`/reply`](./reply.md) コマンドで送信されるダイレクトメッセージの通知をオンまたはオフに切り替えます. + +この設定は UUID で保存されるため, MCID を切り替えても設定が消えることはありません. |
