]> jfr.im git - irc/evilnet/x3.git/blame - src/global.help
Missed a couple helf file changes
[irc/evilnet/x3.git] / src / global.help
CommitLineData
d76ed9a9 1"<INDEX>" ("$b$G Help$b",
2 "The $b$G$b service allows network administrators to manage and send important notices to users. It also allows users to retrieve, at once, all messages addressed to them.",
3 "$bUser Commands:$b",
4 " MESSAGES Sends you all messages addressed to your user class.",
ceafd592 5 " VERSION Prints the X3 and $G version information.",
d76ed9a9 6 "$bPrivileged Commands:$b",
7 " NOTICE Immediately sends a message.",
8 " MESSAGE Adds a message to $G's database.",
9 " LIST Displays active messages.",
10 " REMOVE Removes a message.");
11"LIST" ("/msg $G LIST",
12 "Displays all active messages and information pertaining to them, such as the target, message ID, expiration time, and who the message is from.",
13 "$uSee Also:$u message, messages, remove");
14"MESSAGE" ("/msg $G MESSAGE [<options> <value>] text <message>",
15 "Adds a notice to the $b$G$b database. Messages are sent to users as they enter the network or the target class. $bMessage$b takes several options, which must be preceded by the name of the option being used. Options include:",
16 "$bTARGET$b: Controls the recipients of the message. This option may be used multiple times. See the $bTARGET$b help entry for details.",
17 "$bDURATION$b: This option sets the length of time for which the message is valid. After this time, the message will be deleted from the $b$G$b database.",
18 "$uSee Also:$u list, messages, remove, target");
19"MESSAGES" ("/msg $G MESSAGES",
20 "Sends you all messages addressed to your user class.");
21"NOTICE" ("/msg $G NOTICE <target> <message>",
22 "Immediately sends a notice to a specific target. See $btarget$b for a list of targets.",
23 "$uSee Also:$u target");
24"REMOVE" ("/msg $G REMOVE <message id>",
25 "Remove a message before it expires. The message ID can be found in the message you received when using $bsend$b to first add the message, or by using $blist$b.",
26 "$uSee Also:$u list, message");
27"TARGET" ("$bTARGET$b",
28 "$bTarget$b is used as a sub-command in many commands. It's values are:",
29 "$bUSERS$b: The message will be sent to all users on the network including opers and helpers, but not channels.",
30 "$bANNOUNCEMENT$b: The message will be sent to all users who are configured to receive community announcements.",
31 "$bHELPERS$b: The message will be sent to helpers only.",
32 "$bOPERS$b: The message will be sent to opers only.",
33 "$bSTAFF$b: The message will be sent to helpers and opers.",
34 "$bCHANNELS$b: The message will be sent to all channels.",
35 "$bALL$b: A combination of USERS and CHANNELS.");