]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/global.help
Couple of srvx updates.
[irc/evilnet/x3.git] / src / global.help
index 20efb7510781d7744720ea5b307877710a7e93f5..82a70a52e3fa67e1d6c3db4d7caf94b66e39d994 100644 (file)
@@ -1,4 +1,4 @@
-"<INDEX>" ("$b$G Help$b",
+"<INDEX>" (
         "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.",
         "$bUser Commands:$b",
         "  MESSAGES   Sends you all messages addressed to your user class.",
         "$uSee Also:$u message, messages, remove");
 "MESSAGE" ("/msg $G MESSAGE [<options> <value>] text <message>",
         "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:",
+        "$bFROM$b:     Sets the message's stated source.",
         "$bTARGET$b:   Controls the recipients of the message. This option may be used multiple times. See the $bTARGET$b help entry for details.",
         "$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.",
         "$uSee Also:$u list, messages, remove, target");
 "MESSAGES" ("/msg $G MESSAGES",
         "Sends you all messages addressed to your user class.");
-"NOTICE" ("/msg $G NOTICE <target> <message>",
+"NOTICE" ("/msg $G NOTICE <target> [from <source>] <message>",
         "Immediately sends a notice to a specific target. See $btarget$b for a list of targets.",
         "$uSee Also:$u target");
 "REMOVE" ("/msg $G REMOVE <message id>",
         "$bTarget$b is used as a sub-command in many commands. It's values are:",
         "$bUSERS$b:      The message will be sent to all users on the network including opers and helpers, but not channels.",
         "$bANNOUNCEMENT$b: The message will be sent to all users who are configured to receive community announcements.",
+        "$bAUTHED$b:     The message will be sent to authenticated users only",
         "$bHELPERS$b:    The message will be sent to helpers only.",
         "$bOPERS$b:      The message will be sent to opers only.",
         "$bSTAFF$b:      The message will be sent to helpers and opers.",
         "$bCHANNELS$b:   The message will be sent to all channels.",
+        "$bRCHANNELS$b:  The message will be sent to all registered channels.",
         "$bALL$b:        A combination of USERS and CHANNELS.");