fix possible crash on user deletion
[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 "EXPIRY" ("/msg $S EXPIRY ",
27          "Sends you the current usage of expiring old messages.");
28
29 "EXPIRE" ("/msg $S EXPIRE ",
30          "Runs an expire process through $S's messages, deleting any messages that are over date.",
31          "$uSee Also:$u expiry");
32
33 "SEND" ("/msg $S SEND <nick|*account> <message>",
34         "Sends a message to an user.",
35         "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).",
36         "$uSee also:$u read, list");
37
38 "READ" ("/msg $S READ <memo id>",
39         "Shows you the message behind <memo id>",
40         "$uSee also:$u send, list");
41
42 "DELETE" ("/msg $S DELETE <memo id/*>",
43           "Deletes <memo id> from your inbox.",
44           "NOTE: You may supply $b*$b or $ball$b as the memo id, which will result in $S deleting all your messages.");
45
46 "LIST" ("/msg $S LIST",
47         "This will list all the messages in your inbox.",
48         "$uSee also:$u read, send");
49         
50 "STATUS" ("/msg $S STATUS",
51         "This will list some details about $S's status, i.e the total ammount of memo's sent and expired.");
52
53 "INDEX" "${index}";