diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-08 03:54:55 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-08 03:54:55 +0000 |
| commit | 20cb29c2f8c5c87bc590896854a20b1473ceb358 (patch) | |
| tree | 2857f41513a56ad41af97b57362639298aa7f033 /docs/COMMANDS.md | |
#2
Diffstat (limited to 'docs/COMMANDS.md')
| -rw-r--r-- | docs/COMMANDS.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/COMMANDS.md b/docs/COMMANDS.md new file mode 100644 index 0000000..bb664e7 --- /dev/null +++ b/docs/COMMANDS.md @@ -0,0 +1,36 @@ +# Commands · HyBBX 2.8.0 + +Slash-command reference — five access levels: Sysop → Admin → Mod → User → Guest. + +## Level matrix + +| Level | Typical commands | +|-------|------------------| +| Sysop | `/broadcast`, `/broadcast ax25`, `/shutdown` | +| Admin | `/usercreate`, `/activate`, `/promote`, `/demote` | +| Mod | moderation subset | +| User | `/mail`, `/chat`, `/who` | +| Guest | `/help`, `/menu` (filtered) | + +## RF command matrix + +| Command | Scope | Level | +|---------|-------|-------| +| `/broadcast <msg>` | Local online users | Sysop | +| `/broadcast ax25` | Sequential RF beacon | Sysop | + +## Registry matrix + +| Item | Path | +|------|------| +| Command definitions | `share/commands.yaml` | +| Area definitions | `share/areas.yaml` | +| `/index` | Lists all commands (every account) | +| `/who` (v2.8.0) | Interactive users only — not RF sessions | + +## Related + +| Goal | Doc | +|------|-----| +| Manual | [MANUAL.md](MANUAL.md) | +| Security | [SECURITY.md](SECURITY.md) | |
