MemoServ

From NYC Resistor Wiki
Jump to navigation Jump to search

This page documents the various functions of MemoServ and gives information about how to use them.

Send[edit]

/msg MemoServ SEND nickname/channel message

Sends a memo to the target user or channel. The target nickname or channel must be registered. When sending a memo to a nickname, the receipient will receive a notice that he/she has a new memo.

List[edit]

/msg MemoServ LIST [channel] [list | new]

Lists any memos you currently have. With NEW, only unread memos are listed. Unread memos are marked with a * to the left of the memo number. If you want to, you can also specify a list of numbers, for example LIST 2-6,8-12, lists memos 2 through 6 and 8 through 12.

Read[edit]

/msg MemoServ READ [channel] {num | list | all | last | new}

Sends you the text of the memos specified. If ALL is specified, all your memos are sent. If LAST is specified, the latest memo you have received will be sent to you. If NEW is specified, then new (unread) memos are sent. Otherwise, you are sent memo number num. You can also give a list of numbers , for example LIST 2-6,8-12, lists memos 2 through 6 and 8 through 12.

Del[edit]

/msg MemoServ DEL [channel] {num | list | all}

Deletes the memo(s) specified. If ALL is specified, all your memos are deleted. Otherwise, the memo number num is deleted. You can also give a list of numbers, for example, DEL 2-6,8-12 will delete memos number 2 through 6 and 8 through tweleve.

Set[edit]

/msg MemoServ SET Option Parameters

Sets various memo options. options can be one of:


NOTIFY Changes when you will be notified about new memos (nickname only) - Options: ON - You will be notified of memos when you log on, when you are unset /away and when they are sent to you. LOGON - You will be notified of memos only when you logon or unset /away. NEW - You will be notified of memos only when they are sent to you. OFF - You will not receive any notification of memos. (ON is essentially LOGON and NEW combined)


LIMIT Set maximum number of memos you, or your channels are allowed to have. - Options: Specify a number to set the limit for your nickname. Or #Channel then the limit number to set the limit for your channel. You may not specify a limit above 40.