[Tinymux] Disabling the Logon WHO
Robby Griffin
rmg at terc.edu
Tue Oct 11 15:42:24 EDT 2005
On Oct 11, 2005, at 15:06, RhostMUSH Account wrote:
> Might I also offer the reverse? Modify one of the parameters
> so that it will work fine at the connect screen but will
> be disabled (or even ignored so softcode alternatives can be
> done) once logged in?
That's already possible, but not because of modified access parameters.
There are two independent permission settings for commands like WHO:
- One in the regular command table
which takes effect after login
and may be altered by the "access" parameter, @hook, etc.
- And another in a separate table of logged-out commands
that is only used at the connect screen,
altered by the "logout_cmd_access" parameter,
and I don't believe any softcode may be used there.
So, normal use of "access WHO disabled" or "@hook/ignore WHO" should do
what you want, by affecting only the first of these.
Hope this clears things up.
--Alierak
More information about the Tinymux
mailing list