depwl9992 / anomalyjobs

Automatically exported from code.google.com/p/anomalyjobs
0 stars 0 forks source link

+job/access won't give access to those without +jobs access #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Per the help:

  +job/access <player>=<#>

  This command toggles access to Job <#> for <player>.  If <player> has access to the +jobs system this behaves similarly to the +bucket/access command, but for a single job. For players without +jobs system access, this permits the <player> to use the +myjob commands to list, view, and add to the job.

1. The command does a HAS_ACCESS check so the second part of that is 
impossible.  The HAS_ACCESS check should be removed.

2. The order of arguments was taken from +bucket/access, but all the +job 
commands (such as /tag) have <#>=<player>.  Probably better to reverse the 
order of those arguments.

3. Should accept a player list.  (Perhaps +bucket/access also?)

Original issue reported on code.google.com by widdis@gmail.com on 17 Feb 2011 at 5:29

GoogleCodeExporter commented 9 years ago
1. and 2. done in r402.  Not going to do 3.

Original comment by widdis@gmail.com on 24 Feb 2011 at 5:21