Add is_restricted boolean check for commands
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 2 Oct 2020 19:59:45 +0000 (19:59 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 2 Oct 2020 19:59:45 +0000 (19:59 +0000)
commit0de1cbedcdff936f461aa6b9421cb925295bba10
tree44140c4bc6e5baa5086312d36824d5c9c7ad756b
parent87065461784719196154b37340e6c8f76b4d801f
Add is_restricted boolean check for commands

In preparation for adding additional command restriction indicators,
add a simple Element class method to return whether a command
element is flagged as administrative.
mudpy/command.py
mudpy/misc.py