"" ("Help Queue Manager commands", "The following topics are available:", " HELP How to use this service", " QUEUE Managing the request queue", " USERS Managing $S helpers", " OPER IRC operator administration commands"); "QUEUE" ("Managing the request queue in $S", " LIST List open requests", " NEXT Pick up the next unassigned request", " PICKUP Pick up a particular unassigned request", " REASSIGN Assign a request to another helper", " CLOSE Close out a request", " SHOW Show detailed information on a request", " ADDNOTE Add a note to a request", " PAGE Try to wake up other helpers", " STATS Get statistics on time and requests handled", " STATSREPORT Shows statistics for all users"); "USERS" ("Managing helpers in $S", " USER ACCESS Description of the user access levels", " HELPERS List current helpers and their access levels", " GIVEOWNERSHIP Transfer ownership to another user", " ADDMANAGER Add a new manager to the service", " ADDHELPER Add a helper to the service", " ADDTRIAL Add a trial helper to the service", " DELUSER Remove a person from the service", " CLVL Change a user's access", " SET Change $S settings"); "USER ACCESS" ("User access levels", "There are four levels of user access to $S: $btrial$b helper, $bhelper$b, $bmanager$b, and $bowner$b.", "Helpers can use the normal help queue management functions.", "Trial helpers have the same access as helpers, but they do not stop the \"empty alert\" from occuring", "Managers also have the ability to use the $ureassign$u command, add and remove helpers, and see stats for any helper.", "Owners have those abilities, can add and remove managers, and change queue settings."); "OPER" ("IRC operator administration commands", " REGISTER Register a new HelpServ bot", " ADDOWNER Add an owner to an existing HelpServ", " DELOWNER Remove an owner from an existing HelpServ", " MOVE Change the channel or nick the service helps on", " UNREGISTER Unregister a HelpServ bot", " BOTS List registered HelpServ instances", " EXPIRE Expire inactive channels", " MODSTATS Modify the stats of a user", " READHELP Re-read help file"); "COMMANDS" "${index}"; "ADDTRIAL" ("$bADDTRIAL$b", "/msg $S ADDTRIAL ", "Add the specified user to the bot as a trial helper.", "$uSee also:$u helpers, addhelper, addmanager, clvl, deluser"); "ADDHELPER" ("$bADDHELPER$b", "/msg $S ADDHELPER ", "Add the specified user to the bot as a helper.", "$uSee also:$u helpers, addtrial, addmanager, clvl, deluser"); "ADDMANAGER" ("$bADDMANAGER$b", "/msg $S ADDMANAGER ", "Add the specified user to the bot as a manager.", "$uSee also:$u helpers, addtrial, addhelper, clvl, deluser"); "ADDOWNER" ("$bADDOWNER$b", "/msg $O HELPSERV ADDOWNER ", "Add the specified user to the bot as a owner.", "$uSee also:$u clvl, delowner, helpers"); "ADDNOTE" ("$bADDNOTE$b", "/msg $S ADDNOTE ", "Adds a helper note to a request (useful for requests that last a long period of time).", "$uSee also:$u show"); "BOTS" ("$bBOTS$b", "/msg $O HELPSERV BOTS", "Lists the currently defined HelpServ bots (along with their channels and owners' accounts).", "$uSee also:$u EXPIRE"); "EXPIRE" ("$bEXPIRE$b", "/msg $O HELPSERV EXPIRE", "Expires any HelpServ bots that have been inactive for too long.", "$uSee also:$u BOTS"); "GIVEOWNERSHIP" ("$bGIVEOWNERSHIP$b", "/msg $S GIVEOWNERSHIP CONFIRM", "Gives ownership of the bot to another user on the userlist."); "CLOSE" ("$bCLOSE$b", "/msg $S CLOSE [reason]", "Closes out the specified request. The optional [reason] is included in the request log file."); "CLVL" ("$bCLVL$b", "/msg $S CLVL ", "Allows an owner or manager to change a user's access with $S.", "$uSee also:$u addtrial, addhelper, addmanager, deluser, helpers"); "DELOWNER" ("$bDELOWNER$b", "/msg $O HELPSERV DELOWNER ", "Delete an owner from the channel user list. (Secretly, this is just an alias for deluser.)", "$uSee also:$u clvl, deluser, helpers"); "DELUSER" ("$bDELUSER$b", "/msg $S DELUSER ", "Delete a user from the channel user list.", "$uSee also:$u addhelper, addmanager, clvl, helpers"); "HELP" ("$bHELP$b", "/msg $S HELP [command|topic]", "HELP will show you usage or other information for the command you give.", "All help entries will use the same syntax for usage, with optional parameters listed in [] and meta-parameters listed in <> (a meta-parameter is one that you must provide a value for).", "If you do not give a command or topic for HELP, an index is shown."); "HELPERS" ("$bHELPERS$b", "/msg $S HELPERS", "Displays the trials, helpers, managers and owner(s) registered with $S.", "$uSee also:$u addtrial, addhelper, addmanager, deluser, tlist, hlist, mlist, wlist"); "WLIST" ("$bWLIST$b", "/msg $S WLIST", "Displays the owner(s) registered with $S.", "$uSee also:$u helpers"); "MLIST" ("$bMLIST$b", "/msg $S MLIST", "Displays the managers registered with $S.", "$uSee also:$u helpers"); "HLIST" ("$bHLIST$b", "/msg $S HLIST", "Displays the helpers registered with $S.", "$uSee also:$u helpers"); "TLIST" ("$bTLIST$b", "/msg $S TLIST", "Displays the trials registered with $S.", "$uSee also:$u helpers"); "LIST" ("$bLIST$b", "/msg $S LIST [unassigned|assigned|me|all]", "Lists open help requests of the specified type (if not specified, defaults to \"unassigned\").", "\"assigned\" means that a helper has picked up the request or been assigned to handle it.", "\"me\" means to only show requests assigned to you.", "$uSee also:$u next, pickup"); "MODSTATS" ("$bMODSTATS$b", "/msg $S MODSTATS ", "Allows an oper to modify a user's $S stats.", " can be one of $btime$b, $bpicked_up$b, $bclosed$b, $breassigned_from$b, $breassigned_to$b", " can be a number from $b0$b to $b4$b with 0 being the current week and 4 being the total.", "Instead of 0 and 4, $bcurrent$b and $btotal$b may also be used.", " can be any positive/negative number.", "Note that the total is not automatically changed if you update another week."); "MOVE" ("$bMOVE$b", "/msg $O HELPSERV MOVE ", "Makes the HelpServ bot use a different nick or channel."); "NEXT" ("$bNEXT$b", "/msg $S NEXT", "Assigns the next unhandled help request to you.", "$uSee also:$u list, pickup, reassign, close"); "PAGE" ("$bPAGE$b", "/msg $S PAGE ", "Pages the current page target, requesting attention.", "$uSee also:$u set"); "PICKUP" ("$bPICKUP$b", "/msg $S PICKUP ", "Assigns the request with $breqid$b to you.", "$uSee also:$u list, next, reassign, close"); "READHELP" ("$bREADHELP$b", "/msg $O HELPSERV READHELP", "Re-reads the HelpServ help file."); "REASSIGN" ("$bREASSIGN$b", "/msg $S REASSIGN ", "Reassigns (or assigns) the specified request to $bnew_helper_nick$b.", "$uSee also:$u next, pickup, close"); "REGISTER" ("$bREGISTER$b", "/msg $O HELPSERV REGISTER <#channel> ", "Registers a new HelpServ bot to the specified channel, and adds the given user as owner.", "$uSee also:$u unregister, helpers"); "SET" ("$bSET$b", "/msg $S SET [