X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/2a9518032d42d2174961faf021a3fe35dfefdcfb..8cfd80135991f5b8c7797935f862c90f5db9fcfd:/src/mod-memoserv.help diff --git a/src/mod-memoserv.help b/src/mod-memoserv.help index 305deeb..fc2aea9 100644 --- a/src/mod-memoserv.help +++ b/src/mod-memoserv.help @@ -11,6 +11,7 @@ " $bDELETE$b - Deletes a message.", " $bLIST$b - Lists your messages.", " $bCANCEL$b - Cancels a message you have sent.", + " $bHISTORY$b - Lists any existing memos that 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.", @@ -54,6 +55,9 @@ "CANCEL" ("/msg $S CANCEL ", "Cancels the messaged marked with as long as you have sent the message."); +"HISTORY" ("/msg $S HISTORY", + "Shows you any messages that you have sent, provided that the recipient has not deleted them yet.."); + "SEND" ("/msg $S SEND <-flags> ", "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).",