mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 16:26:30 +01:00
Add commands missing from account.__all__. Resolves #1900.
This commit is contained in:
parent
1beab2a863
commit
c7ccc847be
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ _MULTISESSION_MODE = settings.MULTISESSION_MODE
|
|||
# limit symbol import for API
|
||||
__all__ = ("CmdOOCLook", "CmdIC", "CmdOOC", "CmdPassword", "CmdQuit",
|
||||
"CmdCharCreate", "CmdOption", "CmdSessions", "CmdWho",
|
||||
"CmdColorTest", "CmdQuell")
|
||||
"CmdColorTest", "CmdQuell", "CmdCharDelete", "CmdStyle")
|
||||
|
||||
|
||||
class MuxAccountLookCommand(COMMAND_DEFAULT_CLASS):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue