]> jfr.im git - irc/evilnet/x3.git/blob - src/mod-memoserv.help
This should fix the nickserv module complaining about not enough parameters when...
[irc/evilnet/x3.git] / src / mod-memoserv.help
1 "<INDEX>" (
2 " Hello there!",
3 " Im $b$S$b, your handy message relay service.",
4 "$b$b",
5 " With this service you can relay long distance",
6 " messages to other users, wether they be on",
7 " or offline.",
8 "=---------------------------------------=",
9 " SEND - Sends a message.",
10 " READ - Reads a message.",
11 " DELETE - Deletes a message.",
12 " LIST - Lists your messages.",
13 " SET - Sets certain options in relation with $S.",
14 " EXPIRY - Displays when old unread messages will be deleted.",
15 " STATUS - Displays a few details about $S's status.",
16 "$b$b",
17 " $bPrivileged Commands:$b",
18 " EXPIRE - Expires messages.",
19 "$b$b",
20 " See $b/msg $S help <command>$b for syntax",
21 " and usage for a command. Before you can",
22 " start using $S you must get an $N",
23 " account, see $b/MSG $N HELP$b for getting",
24 " and maintaining your user account.");
25
26 "COMMANDS" "${index}";
27
28 "SET" ("/msg $S SET <setting> <value>",
29 "Changes your $S settings. Settings are:",
30 "$bAUTHNOTIFY$b - Indicates wether $S should notify you of any new messages when you authenticate with $N.",
31 "$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.",
32 "$bPRIVATE$b - Indicates wether $S will allow people to send messages to you.");
33
34 "EXPIRY" ("/msg $S EXPIRY ",
35 "Sends you the current time set in which any old unread messages will be deleted.");
36
37 "EXPIRE" ("/msg $S EXPIRE ",
38 "Runs an expire process through $S's messages, deleting any messages that are over date.",
39 "$uSee Also:$u expiry");
40
41 "SEND" ("/msg $S SEND <nick|*account> <message>",
42 "Sends a message to an user.",
43 "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).",
44 "$uSee also:$u read, list");
45
46 "READ" ("/msg $S READ <memo id>",
47 "Shows you the message behind <memo id>",
48 "$uSee also:$u send, list");
49
50 "DELETE" ("/msg $S DELETE <memo id/*>",
51 "Deletes <memo id> from your inbox.",
52 "NOTE: You may supply $b*$b or $ball$b as the memo id, which will result in $S deleting all your messages.");
53
54 "LIST" ("/msg $S LIST",
55 "This will list all the messages in your inbox.",
56 "$uSee also:$u read, send");
57
58 "STATUS" ("/msg $S STATUS",
59 "This will list some details about $S's status, i.e the total amount of memo's sent and expired.");
60
61 "INDEX" "${index}";