]> jfr.im git - irc/evilnet/x3.git/blame - src/mod-memoserv.help
Merge pull request #39 from d7415/master
[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.",
cbc5a1a4 14 " $bHISTORY$b - Lists any existing memos that you have sent.",
e3e5ba49 15 " $bSET$b - Sets certain options in relation with $S.",
16 " $bEXPIRY$b - Displays when old unread messages will be deleted.",
17 " $bSTATUS$b - Displays a few details about $S's status.",
f977edfa 18 "$b$b",
19 " $bPrivileged Commands:$b",
e3e5ba49 20 " $bEXPIRE$b - Expires messages.",
21 " $bOSET$b - Modify account options in relation with $S.",
f977edfa 22 "$b$b",
23 " See $b/msg $S help <command>$b for syntax",
24 " and usage for a command. Before you can",
25 " start using $S you must get an $N",
26 " account, see $b/MSG $N HELP$b for getting",
27 " and maintaining your user account.");
d76ed9a9 28
29"COMMANDS" "${index}";
30
e3e5ba49 31"SET" ("/msg $S SET [<setting> <value>]",
f977edfa 32 "Changes your $S settings. Settings are:",
e766ec7c 33 "$bAUTHNOTIFY$b - Indicates if $S should notify you of any new messages when you authenticate with $N. Default is yes.",
34 "$bNEWNOTIFY$b - Indicates if $S should notify you instantly when someone sends you a new message. Default is yes.",
35 "$bPRIVMSG$b - If yes, $S will notify you of new messages via message, instead of notice. Default is yes.",
36 "$bPRIVATE$b - If yes, $S will not allow people to send messages to you (do-not-disturb mode). Default is off.",
37 "$bIGNORERECIEPTS$b - Indicates if $S will always ignore read reciept requests. Default is no.",
38 "$bSENDRECIEPTS$b - Indicates if $S will always send read receipts with your messages. Default is no.",
39 "$bLIMIT$b - Indicates how many messages $S will accept before denying them. Set to 0 to recieve no messages. Defaults to 50.");
f977edfa 40
e3e5ba49 41"OSET" ("/msg $S OSET <nick|*account> [<setting> <value>]",
42 "Allows opers/helpers to change a user $S settings. You may set:",
e3e5ba49 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 set");
45
d76ed9a9 46"EXPIRY" ("/msg $S EXPIRY ",
f977edfa 47 "Sends you the current time set in which any old unread messages will be deleted.");
d76ed9a9 48
49"EXPIRE" ("/msg $S EXPIRE ",
1b4a47ca 50 "Runs an expire process through $S's messages, deleting any messages and history that are over date.",
d76ed9a9 51 "$uSee Also:$u expiry");
52
f2e592d3 53"CANCEL" ("/msg $S CANCEL <id>",
54 "Cancels the messaged marked with <id> as long as you have sent the message.");
55
cbc5a1a4 56"HISTORY" ("/msg $S HISTORY",
1b4a47ca 57 "Shows you any messages that you have sent, provided that the recipient has not deleted them yet..",
58 "$uSee Also:$u expiry");
cbc5a1a4 59
82794e1b 60"SEND" ("/msg $S SEND <nick|*account> <-flags> <message>",
2a951803 61 "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 62 "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).",
63 "$uSee also:$u read, list");
64
82794e1b 65"READ" ("/msg $S READ <memo id> <-flags>",
2a951803 66 "Shows you the message behind <memo id>. Flags can be $bi$b to ignore a read reciept request.",
d76ed9a9 67 "$uSee also:$u send, list");
68
69"DELETE" ("/msg $S DELETE <memo id/*>",
70 "Deletes <memo id> from your inbox.",
71 "NOTE: You may supply $b*$b or $ball$b as the memo id, which will result in $S deleting all your messages.");
72
73"LIST" ("/msg $S LIST",
2a951803 74 "This will list all the messages in your inbox. Messages marked with (r) have a read reciept reqiested",
d76ed9a9 75 "$uSee also:$u read, send");
76
77"STATUS" ("/msg $S STATUS",
f977edfa 78 "This will list some details about $S's status, i.e the total amount of memo's sent and expired.");
d76ed9a9 79
80"INDEX" "${index}";