Initial import (again)
[srvx.git] / src / mod-memoserv.help
1 "<INDEX>" ("$b$S Help$b",
2         "$b$S$b is a message relay services, with this - you can relay long distance messages to other (offline) users.",
3         "    SEND - Sends a message.",
4         "    READ - Reads a message.",
5         "  DELETE - Deletes a message.",
6         "    LIST - Lists your messages.",
7         "     SET - Sets certain options in relation with $S.",
8         "  EXPIRY - Displays current usage of expiring old messages.",
9         "  STATUS - Displays a few details about $S's status.",
10         " VERSION - Displays the current version of MemoServ.",
11         "$bPrivileged Commands:$b",
12         "  EXPIRE - Expires messages.",
13         "$b/msg $S help <command>$b for syntax and usage for a command.");
14
15 "COMMANDS" "${index}";
16
17 "SET" ("/msg $S SET <option> <value>",
18        "Sets a certain option for your account;",
19        "Currently, only $bset notify$b is available, see /msg $S help SET notify for further information.",
20        "$uSee Also:$u set notify");
21        
22 "SET NOTIFY" ("$bSET NOTIFY$b",
23        "/msg $S SET notify <1 or 0>",
24        "Decides wether $S should notify you of the messages in your inbox, on authentication with $N AND when someone sends you a new message.");
25        
26 "VERSION" ("/msg $S VERSION",
27         "Sends you the srvx version and some additional version information that is specific to $b$S$b.");
28         
29 "EXPIRY" ("/msg $S EXPIRY ",
30          "Sends you the current usage of expiring old messages.");
31
32 "EXPIRE" ("/msg $S EXPIRE ",
33          "Runs an expire process through $S's messages, deleting any messages that are over date.",
34          "$uSee Also:$u expiry");
35
36 "SEND" ("/msg $S SEND <nick|*account> <message>",
37         "Sends a message to an user.",
38         "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).",
39         "$uSee also:$u read, list");
40
41 "READ" ("/msg $S READ <memo id>",
42         "Shows you the message behind <memo id>",
43         "$uSee also:$u send, list");
44
45 "DELETE" ("/msg $S DELETE <memo id/*>",
46           "Deletes <memo id> from your inbox.",
47           "NOTE: You may supply $b*$b or $ball$b as the memo id, which will result in $S deleting all your messages.");
48
49 "LIST" ("/msg $S LIST",
50         "This will list all the messages in your inbox.",
51         "$uSee also:$u read, send");
52         
53 "STATUS" ("/msg $S STATUS",
54         "This will list some details about $S's status, i.e the total ammount of memo's sent and expired.");
55
56 "INDEX" "${index}";