| | 1 | = Retrieving a memo = |
| | 2 | |
| | 3 | == Notification of a new memo == |
| | 4 | You will receive notification of a new memo in the status window of your irc client when you next log into the server. |
| | 5 | |
| | 6 | {{{ -MemoServ- You have a new memo from Nick. }}} |
| | 7 | |
| | 8 | Below that you will see the command to read the memo in question. |
| | 9 | |
| | 10 | == Show list of received memo's == |
| | 11 | |
| | 12 | Usage: |
| | 13 | {{{ /msg MemoServ LIST }}} |
| | 14 | |
| | 15 | You can read specific memo's in the list like this: |
| | 16 | |
| | 17 | {{{ /msg MemoServ READ <num> - Replace num with the number of the memo you would like to read }}} |
| | 18 | |
| | 19 | You can delete specific memo's from MemoServ in the same way. |
| | 20 | |
| | 21 | {{{ /msg MemoServ DEL <num> }}} |
| | 22 | |
| | 23 | == Forwarding a memo to your email address == |
| | 24 | |
| | 25 | You can forward memo/s to your email using the following command: |
| | 26 | |
| | 27 | {{{ /msg MemoServ FORWARD {num | list | all} }}} |
| | 28 | |
| | 29 | For example, to send memo 1 and 2 to your email address: |
| | 30 | |
| | 31 | {{{ /msg MemoServ FORWARD 1,2 }}} |
| | 32 | |
| | 33 | (Note that you need to have a valid email address set to your nickname for this to work!) |
| | 34 | |
| | 35 | Memo's can also be made to automatically be forwarded to your email address. To do this, you would use the following command: |
| | 36 | |
| | 37 | {{{ /msg MemoServ SET FORWARD {on | copy | off} }}} |
| | 38 | |
| | 39 | Using the `on` switch will not notify you of a memo in IRC. |
| | 40 | The `copy` switch will leave a copy on memoserv for you to read when you are online. |
| | 41 | |
| | 42 | == Ignoring Memo's from a specific user or mask == |
| | 43 | |
| | 44 | |
| | 45 | Basic command syntax: |
| | 46 | |
| | 47 | {{{ /msg MemoServ IGNORE {ADD | DEL | LIST} [ nickname | mask ] }}} |
| | 48 | |
| | 49 | Usage: |
| | 50 | |
| | 51 | {{{ |
| | 52 | /msg MemoServ IGNORE ADD user (Adds a specific user to the MemoServ ignore) |
| | 53 | /msg MemoServ IGNORE ADD *!*@mask (Adds a specific mask to the MemoServ ignore) |
| | 54 | (Note that wild-cards `*`and `?` can be used in these commands) |
| | 55 | /msg MemoServ IGNORE DEL user (Delete a user off the MemoServ ignore) |
| | 56 | /msg MemoServ IGNORE LIST (Lists your MemoServ ignore list) |
| | 57 | }}} |