X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodcmd.help;h=d21521843f3160c784657990a91cdb5f876a0d9e;hb=HEAD;hp=116a3d755b1ef82a3132ed0260fae3133f08d226;hpb=b2ad5fb1c9a6e55fa67bd291ff5e126b7d7ceb94;p=srvx.git diff --git a/src/modcmd.help b/src/modcmd.help index 116a3d7..d215218 100644 --- a/src/modcmd.help +++ b/src/modcmd.help @@ -13,7 +13,7 @@ "help" ("/msg $S HELP [command]", "Help will show you the information for the given command.", "All help files will use the same syntax, with optional parameters listed in [] and required parameters listed in <>.", - "To see what commands are available for use with $S, type /msg $S help index. For help on any specific command or topic, type /msg $S help help command."); + "To see what commands are available for use with $S, type /msg $S help commands. For help on any specific command or topic, type /msg $S help command."); "readhelp" ("/msg $S READHELP ", "Re-reads the module's help file from disk.", "$uSee Also:$u help"); @@ -31,6 +31,7 @@ " FLAGS Comma-separated, +/- prefixed list of flags to add or remove.", " CHANNEL_ACCESS Minimum ChanServ access.", " OPER_ACCESS Minimum OpServ access.", + " STAFF_ACCESS Minimum staff level.", " ACCOUNT_FLAGS Account flags to require or deny (for example, +R-S)", "See the $bmodcmd flags$b help entry for a list of supported flags."); "modcmd flags" ("The following flags are supported for commands:", @@ -70,7 +71,7 @@ "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.", "$uSee Also:$u bind, unbind"); -"service add" ("/msg $S SERVICE ADD ", +"service add" ("/msg $S SERVICE ADD ", "Creates a new service bot.", "$uSee Also:$u service rename, service trigger, service remove"); "service rename" ("/msg $S SERVICE RENAME ", @@ -84,8 +85,5 @@ "service remove" ("/msg $S SERVICE REMOVE []", "Destroys a service. If a default service is named, it will be recreated when srvx restarts.", "$uSee Also:$u service add, service rename, service trigger"); -"set language" ("/msg $S set language ", - "Sets the language that $S and other services will use when sending you messages.", - "If a particular message is not available in your language, it will use the closest match it has.", - "Supported languages are: ${languages}", - "$uSee Also:$u set"); +"version" ("/msg $S version", + "Sends you version and copyright information for this software.");