]> jfr.im git - irc/evilnet/x3.git/blame - src/mod-memoserv.help
couple of extra set options for always sending read reciepts and always ignoring...
[irc/evilnet/x3.git] / src / mod-memoserv.help
CommitLineData
8a04a687 1"<INDEX>" (
2 " Hello there!",
3 " Im $b$S$b, your handy message relay service.",
f977edfa 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 "=---------------------------------------=",
e3e5ba49 9 " $bSEND$b - Sends a message.",
10 " $bREAD$b - Reads a message.",
11 " $bDELETE$b - Deletes a message.",
12 " $bLIST$b - Lists your messages.",
f2e592d3 13 " $bCANCEL$b - Cancels a message you have sent.",
e3e5ba49 14 " $bSET$b - Sets certain options in relation with $S.",
15 " $bEXPIRY$b - Displays when old unread messages will be deleted.",
16 " $bSTATUS$b - Displays a few details about $S's status.",
f977edfa 17 "$b$b",
18 " $bPrivileged Commands:$b",
e3e5ba49 19 " $bEXPIRE$b - Expires messages.",
20 " $bOSET$b - Modify account options in relation with $S.",
f977edfa 21 "$b$b",
22 " See $b/msg $S help <command>$b for syntax",
23 " and usage for a command. Before you can",
24 " start using $S you must get an $N",
25 " account, see $b/MSG $N HELP$b for getting",
26 " and maintaining your user account.");
d76ed9a9 27
28"COMMANDS" "${index}";
29
e3e5ba49 30"SET" ("/msg $S SET [<setting> <value>]",
f977edfa 31 "Changes your $S settings. Settings are:",
2a951803 32 "$bAUTHNOTIFY$b - Indicates wether $S should notify you of any new messages when you authenticate with $N.",
33 "$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.",
34 "$bPRIVATE$b - Indicates wether $S will allow people to send messages to you.",
35 "$bIGNORERECIEPTS$b - Indicates wether $S will always ignore read reciept requests.",
36 "$bSENDRECIEPTS$b - Indicates wether $S will always send read receipts with your messages.",
37 "$bLIMIT$b - Indicates how many messages $S will accept before denying them. Set to 0 to recieve no messages.");
f977edfa 38
e3e5ba49 39"OSET" ("/msg $S OSET <nick|*account> [<setting> <value>]",
40 "Allows opers/helpers to change a user $S settings. You may set:",
41 "$bAUTHNOTIFY$b - Indicates wether $S should notify the user of any new messages when they authenticate with $N.",
42 "$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.",
43 "$bPRIVATE$b - Indicates wether $S will allow people to send messages to the user.",
44 "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).",
45 "$uSee Also:$u set");
46
d76ed9a9 47"EXPIRY" ("/msg $S EXPIRY ",
f977edfa 48 "Sends you the current time set in which any old unread messages will be deleted.");
d76ed9a9 49
50"EXPIRE" ("/msg $S EXPIRE ",
51 "Runs an expire process through $S's messages, deleting any messages that are over date.",
52 "$uSee Also:$u expiry");
53
f2e592d3 54"CANCEL" ("/msg $S CANCEL <id>",
55 "Cancels the messaged marked with <id> as long as you have sent the message.");
56
82794e1b 57"SEND" ("/msg $S SEND <nick|*account> <-flags> <message>",
2a951803 58 "Sends a message to an user. Flags can be $br$b to request a read reciept. Take note of the ID number if you wish to cancel the message in the future. The ID number is required in the CANCEL command.",
d76ed9a9 59 "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).",
60 "$uSee also:$u read, list");
61
82794e1b 62"READ" ("/msg $S READ <memo id> <-flags>",
2a951803 63 "Shows you the message behind <memo id>. Flags can be $bi$b to ignore a read reciept request.",
d76ed9a9 64 "$uSee also:$u send, list");
65
66"DELETE" ("/msg $S DELETE <memo id/*>",
67 "Deletes <memo id> from your inbox.",
68 "NOTE: You may supply $b*$b or $ball$b as the memo id, which will result in $S deleting all your messages.");
69
70"LIST" ("/msg $S LIST",
2a951803 71 "This will list all the messages in your inbox. Messages marked with (r) have a read reciept reqiested",
d76ed9a9 72 "$uSee also:$u read, send");
73
74"STATUS" ("/msg $S STATUS",
f977edfa 75 "This will list some details about $S's status, i.e the total amount of memo's sent and expired.");
d76ed9a9 76
77"INDEX" "${index}";