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:
parent
c4836c7dd1
commit
d81c07ef01
23 changed files with 1685 additions and 84 deletions
24
content/docs/memoserv.md
Normal file
24
content/docs/memoserv.md
Normal 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 |
|
||||
Loading…
Add table
Add a link
Reference in a new issue