Changes between Initial Version and Version 1 of MemoServ/RetrievingMemos

Show
Ignore:
Timestamp:
03/02/08 14:21:17 (3 years ago)
Author:
Shady (IP: 198.54.202.226)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MemoServ/RetrievingMemos

    v1 v1  
     1= Retrieving a memo = 
     2 
     3== Notification of a new memo == 
     4You 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 
     8Below that you will see the command to read the memo in question. 
     9 
     10== Show list of received memo's == 
     11 
     12Usage: 
     13{{{ /msg MemoServ LIST }}} 
     14 
     15You 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 
     19You 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 
     25You can forward memo/s to your email using the following command: 
     26 
     27{{{ /msg MemoServ FORWARD {num | list | all} }}} 
     28 
     29For 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 
     35Memo'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 
     39Using the `on` switch will not notify you of a memo in IRC. 
     40The `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 
     45Basic command syntax: 
     46 
     47{{{ /msg MemoServ IGNORE {ADD | DEL | LIST} [ nickname | mask ] }}} 
     48 
     49Usage: 
     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}}}