docs: full reference for the daemon and echo services (modes, extbans, snomasks, commands, config reference, privileges, CLI, metrics/rpc, per-service pages)

This commit is contained in:
Jean Chevronnet 2026-08-30 21:00:58 +00:00
parent c4836c7dd1
commit d81c07ef01
No known key found for this signature in database
GPG key ID: 439666D63A9477E4
23 changed files with 1685 additions and 84 deletions

24
content/docs/memoserv.md Normal file
View file

@ -0,0 +1,24 @@
# MemoServ
Memo services — leave and read offline messages between accounts. Message it with
`/msg MemoServ <command>`.
| Command | Syntax | Description |
| --- | --- | --- |
| SEND | `SEND <nick> <text>` | Leave a memo for an account |
| RSEND | `RSEND <nick> <text>` | Leave a memo and get a read receipt |
| LIST | `LIST` | List your memos |
| READ | `READ <num>\|NEW\|ALL` | Read a memo |
| DEL | `DEL <num>\|ALL` | Delete a memo (alias `DELETE`) |
| CANCEL | `CANCEL <nick>` | Recall a memo you sent |
| CHECK | `CHECK <nick>` | See if a memo you sent was read |
| INFO | `INFO` | Your mailbox summary |
| IGNORE | `IGNORE ADD\|DEL <nick>` · `LIST` | Block memos from an account |
| SET | `SET NOTIFY {ON\|OFF}` · `SET LIMIT <n>\|NONE` | Your memo preferences |
## Operator
| Command | Syntax | Description |
| --- | --- | --- |
| SENDALL | `SENDALL <text>` | Memo every account |
| STAFF | `STAFF <text>` | Memo every operator |