X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d76ed9a966ee3d955c8ef00ecc02e643c2005e2e..ff3b058ac51e9caf5cf1fd310b8a401a97a85582:/src/global.help diff --git a/src/global.help b/src/global.help index 1282439..cab2060 100644 --- a/src/global.help +++ b/src/global.help @@ -1,8 +1,8 @@ -"" ("$b$G Help$b", +"" ( "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.", - " VERSION Prints the srvx and $G version information.", + " VERSION Prints the X3 and $G version information.", "$bPrivileged Commands:$b", " NOTICE Immediately sends a message.", " MESSAGE Adds a message to $G's database.", @@ -13,12 +13,13 @@ "$uSee Also:$u message, messages, remove"); "MESSAGE" ("/msg $G MESSAGE [ ] text ", "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 ", +"NOTICE" ("/msg $G NOTICE [from ] ", "Immediately sends a notice to a specific target. See $btarget$b for a list of targets.", "$uSee Also:$u target"); "REMOVE" ("/msg $G REMOVE ", @@ -27,7 +28,6 @@ "TARGET" ("$bTARGET$b", "$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.", "$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.",