24 lines
943 B
Markdown
24 lines
943 B
Markdown
# 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 |
|