]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/mod-memoserv.help
Finally i figured out how to deal with the last issue, This is a tracking module...
[irc/evilnet/x3.git] / src / mod-memoserv.help
index 5ce2e8cf9ec176fac791825a08689beb5b72446e..a411d3b1691e87d6bb6c0fce8d4da535dfa484cc 100644 (file)
@@ -1,30 +1,38 @@
-"<INDEX>" ("$b$S Help$b",
-        "$b$S$b is a message relay services, with this - you can relay long distance messages to other (offline) users.",
-        "    SEND - Sends a message.",
-        "    READ - Reads a message.",
-        "  DELETE - Deletes a message.",
-        "    LIST - Lists your messages.",
-        "     SET - Sets certain options in relation with $S.",
-        "  EXPIRY - Displays current usage of expiring old messages.",
-        "  STATUS - Displays a few details about $S's status.",
-        " VERSION - Displays the current version of MemoServ.",
-        "$bPrivileged Commands:$b",
-        "  EXPIRE - Expires messages.",
-        "$b/msg $S help <command>$b for syntax and usage for a command.");
+"<INDEX>" (
+       " Hello there!",
+       " Im $b$S$b, your handy message relay service.",
+       "$b$b",
+       " With this service you can relay long distance",
+       " messages to other users, wether they be on",
+       " or offline.",
+       "=---------------------------------------=",
+        "  SEND    - Sends a message.",
+        "  READ    - Reads a message.",
+        "  DELETE  - Deletes a message.",
+        "  LIST    - Lists your messages.",
+        "  SET     - Sets certain options in relation with $S.",
+        "  EXPIRY  - Displays when old unread messages will be deleted.",
+        "  STATUS  - Displays a few details about $S's status.",
+       "$b$b",
+        " $bPrivileged Commands:$b",
+        "  EXPIRE  - Expires messages.",
+       "$b$b",
+        " See $b/msg $S help <command>$b for syntax",
+       " and usage for a command. Before you can",
+       " start using $S you must get an $N",
+       " account, see $b/MSG $N HELP$b for getting",
+       " and maintaining your user account.");
 
 "COMMANDS" "${index}";
 
-"SET" ("/msg $S SET <option> <value>",
-       "Sets a certain option for your account;",
-       "Currently, only $bset notify$b is available, see /msg $S help SET notify for further information.",
-       "$uSee Also:$u set notify");
-       
-"SET NOTIFY" ("$bSET NOTIFY$b",
-       "/msg $S SET notify <1 or 0>",
-       "Decides wether $S should notify you of the messages in your inbox, on authentication with $N AND when someone sends you a new message.");
-       
+"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.");
+
 "EXPIRY" ("/msg $S EXPIRY ",
-         "Sends you the current usage of expiring old messages.");
+         "Sends you the current time set in which any old unread messages will be deleted.");
 
 "EXPIRE" ("/msg $S EXPIRE ",
          "Runs an expire process through $S's messages, deleting any messages that are over date.",
@@ -48,6 +56,6 @@
         "$uSee also:$u read, send");
         
 "STATUS" ("/msg $S STATUS",
-        "This will list some details about $S's status, i.e the total ammount of memo's sent and expired.");
+        "This will list some details about $S's status, i.e the total amount of memo's sent and expired.");
 
 "INDEX" "${index}";