]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/global.help
This should fix the nickserv module complaining about not enough parameters when...
[irc/evilnet/x3.git] / src / global.help
index 12824391456acfac992a34e47e45f6ebec3122ff..404d2c1d2e8bb606f4b1cde6859d85f534090462 100644 (file)
@@ -1,8 +1,8 @@
-"<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.",
-        "  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,6 +13,7 @@
         "$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");