]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/global.help
Minor typo in previous commit where returning 0 when it should have been 1 from opser...
[irc/evilnet/x3.git] / src / global.help
index 404d2c1d2e8bb606f4b1cde6859d85f534090462..82a70a52e3fa67e1d6c3db4d7caf94b66e39d994 100644 (file)
@@ -19,7 +19,7 @@
         "$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.");