Retrieving a memo

Notification of a new memo

You will receive notification of a new memo in the status window of your irc client when you next log into the server.

-MemoServ- You have a new memo from Nick.

Below that you will see the command to read the memo in question.

Show list of received memo's

Usage: /msg MemoServ LIST

You can read specific memo's in the list like this:

/msg MemoServ READ <num> - Replace num with the number of the memo you would like to read

You can delete specific memo's from MemoServ in the same way.

/msg MemoServ DEL <num>

Forwarding a memo to your email address

You can forward memo/s to your email using the following command:

/msg MemoServ FORWARD {num | list | all}

For example, to send memo 1 and 2 to your email address:

/msg MemoServ FORWARD 1,2

(Note that you need to have a valid email address set to your nickname for this to work!)

Memo's can also be made to automatically be forwarded to your email address. To do this, you would use the following command:

/msg MemoServ SET FORWARD {on | copy | off}

Using the on switch will not notify you of a memo in IRC. The copy switch will leave a copy on memoserv for you to read when you are online.

Ignoring Memo's from a specific user or mask

Basic command syntax:

/msg MemoServ IGNORE {ADD | DEL | LIST} [ nickname | mask ]

Usage:

     /msg MemoServ IGNORE ADD user (Adds a specific user to the MemoServ ignore)
     /msg MemoServ IGNORE ADD *!*@mask (Adds a specific mask to the MemoServ ignore)
     (Note that wild-cards `*`and `?` can be used in these commands)
     /msg MemoServ IGNORE DEL user (Delete a user off the MemoServ ignore) 
     /msg MemoServ IGNORE LIST (Lists your MemoServ ignore list)