]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/modcmd.help
fix a couple oversights in building ldap add structs
[irc/evilnet/x3.git] / src / modcmd.help
index 2512feaa3ab005dfebc6430cde5daa7d26ebd07b..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.",
 
 "helpfiles" ("/msg $S HELPFILES <service> [module list]",
         "With only a service nick, shows the helpfiles used by that service.",
-        "With a list of modules, sets the order that the service will look up non-command help entries.",
+        "Give a list of modules (seperated by spaces), to set the order that the service will look up non-command help entries.",
         "$uSee Also:$u bind, unbind");
 
 "service add" ("/msg $S SERVICE ADD <nick> <hostname> <description>",