depwl9992 / anomalyjobs

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

@aconnect for Guests #154

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Log in a Guest

What is the expected output?
Nothing.

What do you see instead?
Sorry, this command is not available to guests.

Please use labels and text to provide additional information.
Kind of silly when guests log in to @force them to do the +myjobs command they 
don't have access to.

Need to research how the different codebases id Guests.
Penn/TinyMUX = haspower(%#,Guest)
Rhost - same?
TinyMUSH - same?

Original issue reported on code.google.com by widdis@gmail.com on 28 Feb 2011 at 6:33

GoogleCodeExporter commented 9 years ago
TinyMUSH is the same.
RhostMUSH is, I think, eq(bittype(%#),0)

Interestingly, the code is littered with haspower(%#,guest) checks.  I'm 
surprised this hasn't caused an issue yet... I guess they return #-1/false in 
most cases and are fed to a not() which turns them into 1.  I guess Guests have 
+jobs access in Rhost.

Original comment by widdis@gmail.com on 28 Feb 2011 at 8:24

GoogleCodeExporter commented 9 years ago
Fixed in r405.

Original comment by widdis@gmail.com on 8 Mar 2011 at 3:29