blob: bb664e752a955f95214176e3ccc93b8559ca5f22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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) |
|