website/content/docs/hostserv.md

26 lines
968 B
Markdown

# HostServ
Host services — virtual host (vhost) requests, offers, and assignment. Message it with
`/msg HostServ <command>`.
## User commands
| Command | Syntax | Description |
| --- | --- | --- |
| ON | `ON` | Activate your vhost |
| OFF | `OFF` | Restore your normal host |
| REQUEST | `REQUEST <host>` | Request a vhost |
| OFFERLIST | `OFFERLIST` | Show the vhost menu |
| TAKE | `TAKE <number>` | Take a vhost from the menu |
## Operator commands
| Command | Syntax | Description |
| --- | --- | --- |
| SET | `SET <account> <host> [duration]` | Assign a vhost |
| DEL | `DEL <account>` | Remove a vhost |
| LIST | `LIST` | List vhosts |
| WAITING | `WAITING` | Pending requests |
| ACTIVATE / REJECT | `ACTIVATE\|REJECT <account>` | Approve or reject a request |
| OFFER / OFFERDEL | `OFFER <host>` · `OFFERDEL <number>` | Add / remove a menu vhost |
| FORBID / FORBIDDEL | `FORBID <regex>` · `FORBIDDEL <number>` | Forbid / un-forbid a vhost pattern |