]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/modcmd.help
Fix for a minor issue with SASL authentication
[irc/evilnet/x3.git] / src / modcmd.help
index 5ee7a14e4c40af093f3355fa9b8228a717a23e16..f4150e1eaa71fba338fe5f2dbb5905279c8b2a3d 100644 (file)
@@ -33,7 +33,9 @@
         "$b$b",
         "$uSee also:$u unbind, joiner, modcmd, rebindall");
 
-"commands" "${index}";
+"commands" ("The following commands are available:",
+            "${index}",
+            "$uSee Also$u: modcmd, command");
 
 "rebindall" ("/msg $S REBINDALL",
         "Rebinds all available delault commands and aliases for each service and module currently loaded.",
@@ -66,7 +68,8 @@
         "$uSee Also:$u modcmd, bind");
 
 "modcmd" ("/msg $S MODCMD <command> [<option> <newval> ...]",
-        "Displays options for the specified command, or changes the options and values listed.  The command name may be prefixed with $bServiceNick.$b to specify another service's command (for example, $N.AUTH to refer to the auth command).",
+        "Displays and optionally changes options for the specified command.  The command name may be prefixed with $bServiceNick.$b to specify another service's command (for example, $N.AUTH to refer to the auth command).",
+        "Note: For multi-word commands, escape the space with a '\'. Example: trace\ gline",
         "Supported options are:",
         "  FLAGS          Comma-separated, +/- prefixed list of flags to add or remove.",
         "  CHANNEL_ACCESS Minimum ChanServ access.",