X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/82794e1b6c36c89615cdde85b01a573195f67503..2a9518032d42d2174961faf021a3fe35dfefdcfb:/src/mod-memoserv.help diff --git a/src/mod-memoserv.help b/src/mod-memoserv.help index 9cf004b..305deeb 100644 --- a/src/mod-memoserv.help +++ b/src/mod-memoserv.help @@ -10,6 +10,7 @@ " $bREAD$b - Reads a message.", " $bDELETE$b - Deletes a message.", " $bLIST$b - Lists your messages.", + " $bCANCEL$b - Cancels a message you have sent.", " $bSET$b - Sets certain options in relation with $S.", " $bEXPIRY$b - Displays when old unread messages will be deleted.", " $bSTATUS$b - Displays a few details about $S's status.", @@ -28,9 +29,12 @@ "SET" ("/msg $S SET [ ]", "Changes your $S settings. Settings are:", - "$bAUTHNOTIFY$b - Indicates wether $S should notify you of any new messages when you authenticate with $N.", - "$bNOTIFY$b - Indicates wether $S should notify you of the messages in your inbox, on authentication with $N AND when someone sends you a new message.", - "$bPRIVATE$b - Indicates wether $S will allow people to send messages to you."); + "$bAUTHNOTIFY$b - Indicates wether $S should notify you of any new messages when you authenticate with $N.", + "$bNOTIFY$b - Indicates wether $S should notify you of the messages in your inbox, on authentication with $N AND when someone sends you a new message.", + "$bPRIVATE$b - Indicates wether $S will allow people to send messages to you.", + "$bIGNORERECIEPTS$b - Indicates wether $S will always ignore read reciept requests.", + "$bSENDRECIEPTS$b - Indicates wether $S will always send read receipts with your messages.", + "$bLIMIT$b - Indicates how many messages $S will accept before denying them. Set to 0 to recieve no messages."); "OSET" ("/msg $S OSET [ ]", "Allows opers/helpers to change a user $S settings. You may set:", @@ -47,13 +51,16 @@ "Runs an expire process through $S's messages, deleting any messages that are over date.", "$uSee Also:$u expiry"); +"CANCEL" ("/msg $S CANCEL ", + "Cancels the messaged marked with as long as you have sent the message."); + "SEND" ("/msg $S SEND <-flags> ", - "Sends a message to an user. Flags can be $br$b to request a read recipient.", + "Sends a message to an user. Flags can be $br$b to request a read reciept. Take note of the ID number if you wish to cancel the message in the future. The ID number is required in the CANCEL command.", "You may use *Account instead of Nick as the name argument; the * makes $S use the name of an account directly (useful if the user is not online).", "$uSee also:$u read, list"); "READ" ("/msg $S READ <-flags>", - "Shows you the message behind . Flags can be $bi$b to ignore a read recipient request.", + "Shows you the message behind . Flags can be $bi$b to ignore a read reciept request.", "$uSee also:$u send, list"); "DELETE" ("/msg $S DELETE ", @@ -61,7 +68,7 @@ "NOTE: You may supply $b*$b or $ball$b as the memo id, which will result in $S deleting all your messages."); "LIST" ("/msg $S LIST", - "This will list all the messages in your inbox. Messages marked with (r) have a read recipient reqiested", + "This will list all the messages in your inbox. Messages marked with (r) have a read reciept reqiested", "$uSee also:$u read, send"); "STATUS" ("/msg $S STATUS",