MEMO

The MEMO command is used for managing offline messages (memorandums) and uses subcommands to perform various actions:
Sending a Memo
Usage: MEMO SEND <targets> [<scheduled-delivery | flag>{,<flag>}] :<message>
<targets> A comma-separated list of target nicknames.
<scheduled-delivery | flag> (Optional) Flags to modify delivery. Supported flags are:
  • Q Silent delivery.
  • D=# Self-destruct time in Unix time.
  • S=# Scheduled delivery time in Unix time.
<message> The message content. Messages can be tagged and sent as a batch for multi-line messages.
Listing Memos
Usage: MEMO LIST
Lists stored sent and received memos.
Peeking at a Memo
Usage: MEMO PEEK <msgId>
<msgId> The ID of the memo to read without marking it as read.
Reading a Memo
Usage: MEMO READ <msgId>
<msgId> The ID of the memo to read.
Deleting a Memo
Usage: MEMO DELETE <msgId>
<msgId> The ID of the memo to delete.
Undeleting a Memo
Usage: MEMO UNDELETE <msgId>
<msgId> The ID of the memo to unmark as deleted.
Purging Deleted Memos
Usage: MEMO PURGE
Permanently deletes memos flagged as deleted.
Checking for New Memos
Usage: MEMO CHECK
Checks for new memos.
Unsending a Memo
Usage: MEMO UNSEND <msgId>
<msgId> The ID of the memo to cancel (only works for undelivered or scheduled memos).