]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/mod-memoserv.help
Minor typo in previous commit where returning 0 when it should have been 1 from opser...
[irc/evilnet/x3.git] / src / mod-memoserv.help
index fbeb973ae4c67e04c2204eeeb507ed2440f2e997..d2b0af8cf242687bb753b8d12f442fca900c8b4b 100644 (file)
 
 "SET" ("/msg $S SET [<setting> <value>]",
        "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.",
-        "$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.");
+       "$bAUTHNOTIFY$b     - Indicates if $S should notify you of any new messages when you authenticate with $N. Default is yes.",
+       "$bNEWNOTIFY$b      - Indicates if $S should notify you instantly when someone sends you a new message. Default is yes.",
+        "$bPRIVMSG$b        - If yes, $S will notify you of new messages via message, instead of notice. Default is yes.",
+       "$bPRIVATE$b        - If yes, $S will not allow people to send messages to you (do-not-disturb mode). Default is off.",
+        "$bIGNORERECIEPTS$b - Indicates if $S will always ignore read reciept requests. Default is no.",
+        "$bSENDRECIEPTS$b   - Indicates if $S will always send read receipts with your messages. Default is no.",
+        "$bLIMIT$b          - Indicates how many messages $S will accept before denying them. Set to 0 to recieve no messages. Defaults to 50.");
 
 "OSET" ("/msg $S OSET <nick|*account> [<setting> <value>]",
         "Allows opers/helpers to change a user $S settings. You may set:",
-       "$bAUTHNOTIFY$b - Indicates wether $S should notify the user of any new messages when they authenticate with $N.",
-       "$bNOTIFY$b     - Indicates wether $S should notify the user of the messages in your inbox, on authentication with $N AND when someone sends the user a new message.",
-       "$bPRIVATE$b    - Indicates wether $S will allow people to send messages to the user.",
         "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 set");